Skip to content

Commit 43daef4

Browse files
committed
Generate Dockerfile for Silverpeas 6.0.1
1 parent 7a3e240 commit 43daef4

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
@@ -65,9 +65,9 @@ ENV JAVA_HOME /usr/lib/jvm/java-8-openjdk-amd64
6565
ENV SILVERPEAS_HOME /opt/silverpeas
6666
ENV JBOSS_HOME /opt/wildfly
6767

68-
ENV SILVERPEAS_VERSION=6.0
68+
ENV SILVERPEAS_VERSION=6.0.1
6969
ENV WILDFLY_VERSION=10.1.0
70-
LABEL name="Silverpeas 6" description="Image to install and to run Silverpeas 6" vendor="Silverpeas" version="6.0" build=1
70+
LABEL name="Silverpeas 6" description="Image to install and to run Silverpeas 6" vendor="Silverpeas" version="6.0.1" build=1
7171

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

0 commit comments

Comments
 (0)