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 c80ded6 commit 79cad3dCopy full SHA for 79cad3d
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.2
+ENV SILVERPEAS_VERSION=6.4.3
96
ENV WILDFLY_VERSION=26.1.3
97
-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
+LABEL name="Silverpeas 6.4.3" description="Image to install and to run Silverpeas 6.4.3" vendor="Silverpeas" version="6.4.3" 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