Skip to content

Commit 899560a

Browse files
author
silveruser
committed
Generate Dockerfile for Silverpeas 6.2.3
1 parent 02e3676 commit 899560a

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
@@ -87,9 +87,9 @@ ENV JAVA_HOME /docker-java-home
8787
ENV SILVERPEAS_HOME /opt/silverpeas
8888
ENV JBOSS_HOME /opt/wildfly
8989

90-
ENV SILVERPEAS_VERSION=6.2.2
90+
ENV SILVERPEAS_VERSION=6.2.3
9191
ENV WILDFLY_VERSION=20.0.1
92-
LABEL name="Silverpeas 6.2.2" description="Image to install and to run Silverpeas 6.2.2" vendor="Silverpeas" version="6.2.2" build=1
92+
LABEL name="Silverpeas 6.2.3" description="Image to install and to run Silverpeas 6.2.3" vendor="Silverpeas" version="6.2.3" build=1
9393

9494
# Fetch both Silverpeas and Wildfly and unpack them into /opt
9595
RUN wget -nc https://www.silverpeas.org/files/silverpeas-${SILVERPEAS_VERSION}-wildfly${WILDFLY_VERSION%.?.?}.zip \

0 commit comments

Comments
 (0)