Skip to content

Commit 8bd20bb

Browse files
committed
Build 4 of Silverpeas 6.0. It contains a bug fix to use the H2 database with its file backend
1 parent 527e55d commit 8bd20bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ ENV JBOSS_HOME /opt/wildfly
6868

6969
ARG SILVERPEAS_VERSION=6.0
7070
ARG WILDFLY_VERSION=10.1.0
71-
LABEL name="Silverpeas 6" description="An all-to-one image to run Silverpeas 6 for testing purpose" vendor="Silverpeas" version=${SILVERPEAS_VERSION} build=3
71+
LABEL name="Silverpeas 6" description="An all-to-one image to run Silverpeas 6 for testing purpose" vendor="Silverpeas" version=${SILVERPEAS_VERSION} build=4
7272

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

0 commit comments

Comments
 (0)