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 e97e55f commit c6b68c6Copy full SHA for c6b68c6
Dockerfile
@@ -87,9 +87,9 @@ ENV JAVA_HOME /docker-java-home
87
ENV SILVERPEAS_HOME /opt/silverpeas
88
ENV JBOSS_HOME /opt/wildfly
89
90
-ENV SILVERPEAS_VERSION=6.2.1
+ENV SILVERPEAS_VERSION=6.2.2
91
ENV WILDFLY_VERSION=20.0.1
92
-LABEL name="Silverpeas 6.2.1" description="Image to install and to run Silverpeas 6.2.1" vendor="Silverpeas" version="6.2.1" build=1
+LABEL name="Silverpeas 6.2.2" description="Image to install and to run Silverpeas 6.2.2" vendor="Silverpeas" version="6.2.2" build=1
93
94
# Fetch both Silverpeas and Wildfly and unpack them into /opt
95
RUN wget -nc https://www.silverpeas.org/files/silverpeas-${SILVERPEAS_VERSION}-wildfly${WILDFLY_VERSION%.?.?}.zip \
0 commit comments