We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10abc2b commit c80ded6Copy full SHA for c80ded6
Dockerfile
@@ -92,9 +92,9 @@ ENV JAVA_HOME=/docker-java-home
92
ENV SILVERPEAS_HOME=/opt/silverpeas
93
ENV JBOSS_HOME=/opt/wildfly
94
95
-ENV SILVERPEAS_VERSION=6.4.1
+ENV SILVERPEAS_VERSION=6.4.2
96
ENV WILDFLY_VERSION=26.1.3
97
-LABEL name="Silverpeas 6.4.1" description="Image to install and to run Silverpeas 6.4.1" vendor="Silverpeas" version="6.4.1" build=2
+LABEL name="Silverpeas 6.4.2" description="Image to install and to run Silverpeas 6.4.2" vendor="Silverpeas" version="6.4.2" build=1
98
99
# Fetch both Silverpeas, Wildfly, and the JCR migration script and unpack them into /opt
100
RUN wget -nc https://www.silverpeas.org/files/silverpeas-${SILVERPEAS_VERSION}-wildfly${WILDFLY_VERSION%.?.?}.zip \
0 commit comments