You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Dockerfile
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -92,9 +92,9 @@ ENV JAVA_HOME /docker-java-home
92
92
ENV SILVERPEAS_HOME /opt/silverpeas
93
93
ENV JBOSS_HOME /opt/wildfly
94
94
95
-
ENV SILVERPEAS_VERSION=6.4-build240107
95
+
ENV SILVERPEAS_VERSION=6.4
96
96
ENV WILDFLY_VERSION=26.1.3
97
-
LABEL name="Silverpeas 6.4-build240107" description="Image to install and to run Silverpeas 6.4-build240107" vendor="Silverpeas" version="6.4-build240107" build=1
97
+
LABEL name="Silverpeas 6.4" description="Image to install and to run Silverpeas 6.4" vendor="Silverpeas" version="6.4" build=1
98
98
99
99
# Fetch both Silverpeas and Wildfly and unpack them into /opt
100
100
RUN wget -nc https://www.silverpeas.org/files/silverpeas-${SILVERPEAS_VERSION}-wildfly${WILDFLY_VERSION%.?.?}.zip \
0 commit comments