Skip to content

Commit 189a4f2

Browse files
committed
Generate Dockerfile for Silverpeas 6.0.1
1 parent 3e3e2ce commit 189a4f2

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
@@ -78,9 +78,9 @@ ENV JAVA_HOME /docker-java-home
7878
ENV SILVERPEAS_HOME /opt/silverpeas
7979
ENV JBOSS_HOME /opt/wildfly
8080

81-
ENV SILVERPEAS_VERSION=6.0.1
81+
ENV SILVERPEAS_VERSION=6.0.2
8282
ENV WILDFLY_VERSION=10.1.0
83-
LABEL name="Silverpeas 6" description="Image to install and to run Silverpeas 6" vendor="Silverpeas" version="6.0.1" build=1
83+
LABEL name="Silverpeas 6" description="Image to install and to run Silverpeas 6" vendor="Silverpeas" version="6.0.2" build=1
8484

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

0 commit comments

Comments
 (0)