Skip to content

Commit c80ded6

Browse files
author
silveruser
committed
Generate Dockerfile for Silverpeas 6.4.2
1 parent 10abc2b commit c80ded6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,9 +92,9 @@ ENV JAVA_HOME=/docker-java-home
9292
ENV SILVERPEAS_HOME=/opt/silverpeas
9393
ENV JBOSS_HOME=/opt/wildfly
9494

95-
ENV SILVERPEAS_VERSION=6.4.1
95+
ENV SILVERPEAS_VERSION=6.4.2
9696
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
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
9898

9999
# Fetch both Silverpeas, Wildfly, and the JCR migration script and unpack them into /opt
100100
RUN wget -nc https://www.silverpeas.org/files/silverpeas-${SILVERPEAS_VERSION}-wildfly${WILDFLY_VERSION%.?.?}.zip \

0 commit comments

Comments
 (0)