Skip to content

Commit f2324b9

Browse files
committed
Now the build of a Silverpeas project is based upon Wildfly 18.0.1
1 parent 9a6f7b6 commit f2324b9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Dockerfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,16 @@
55
#
66
FROM ubuntu:bionic
77

8-
LABEL name="Silverpeas Build" description="An image to build a Silverpeas project" vendor="Silverpeas" version=6.1 build=17
8+
LABEL name="Silverpeas Build" description="An image to build a Silverpeas project" vendor="Silverpeas" version=6.1 build=18
99
MAINTAINER Miguel Moquillon "miguel.moquillon@silverpeas.org"
1010

1111
ENV TERM=xterm
1212

1313
# Parameters whose values are required for the tests to succeed
1414
ARG DEFAULT_LOCALE=fr_FR.UTF-8
15-
ARG MAVEN_VERSION=3.6.1
16-
ARG MAVEN_SHA=b4880fb7a3d81edd190a029440cdf17f308621af68475a4fe976296e71ff4a4b546dd6d8a58aaafba334d309cc11e638c52808a4b0e818fc0fd544226d952544
17-
ARG WILDFLY_VERSION=17.0.1
15+
ARG MAVEN_VERSION=3.6.2
16+
ARG MAVEN_SHA=d941423d115cd021514bfd06c453658b1b3e39e6240969caf4315ab7119a77299713f14b620fb2571a264f8dff2473d8af3cb47b05acf0036fc2553199a5c1ee
17+
ARG WILDFLY_VERSION=18.0.1
1818
ARG JAVA_VERSION=8
1919

2020
# Users to use by the CI service to build projects. Required if you whish to avoid some security

0 commit comments

Comments
 (0)