We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e3e2ce commit 189a4f2Copy full SHA for 189a4f2
Dockerfile
@@ -78,9 +78,9 @@ ENV JAVA_HOME /docker-java-home
78
ENV SILVERPEAS_HOME /opt/silverpeas
79
ENV JBOSS_HOME /opt/wildfly
80
81
-ENV SILVERPEAS_VERSION=6.0.1
+ENV SILVERPEAS_VERSION=6.0.2
82
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
+LABEL name="Silverpeas 6" description="Image to install and to run Silverpeas 6" vendor="Silverpeas" version="6.0.2" build=1
84
85
# Fetch both Silverpeas and Wildfly and unpack them into /opt
86
RUN wget -nc https://www.silverpeas.org/files/silverpeas-${SILVERPEAS_VERSION}-wildfly${WILDFLY_VERSION%.?.?}.zip \
0 commit comments