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 7a3e240 commit 43daef4Copy full SHA for 43daef4
Dockerfile
@@ -65,9 +65,9 @@ ENV JAVA_HOME /usr/lib/jvm/java-8-openjdk-amd64
65
ENV SILVERPEAS_HOME /opt/silverpeas
66
ENV JBOSS_HOME /opt/wildfly
67
68
-ENV SILVERPEAS_VERSION=6.0
+ENV SILVERPEAS_VERSION=6.0.1
69
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
+LABEL name="Silverpeas 6" description="Image to install and to run Silverpeas 6" vendor="Silverpeas" version="6.0.1" build=1
71
72
# Fetch both Silverpeas and Wildfly and unpack them into /opt
73
RUN wget -nc https://www.silverpeas.org/files/silverpeas-${SILVERPEAS_VERSION}-wildfly${WILDFLY_VERSION%.?.?}.zip \
0 commit comments