Skip to content

Commit 80bd975

Browse files
committed
Generate Dockerfile for release 6.0
1 parent 03bd280 commit 80bd975

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-beta1
68+
ENV SILVERPEAS_VERSION=6.0
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-beta1" build=1
70+
LABEL name="Silverpeas 6" description="Image to install and to run Silverpeas 6" vendor="Silverpeas" version="6.0" 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)