File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 5
5
#
6
6
FROM ubuntu:bionic
7
7
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
9
9
MAINTAINER Miguel Moquillon "miguel.moquillon@silverpeas.org"
10
10
11
11
ENV TERM=xterm
12
12
13
13
# Parameters whose values are required for the tests to succeed
14
14
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
18
18
ARG JAVA_VERSION=8
19
19
20
20
# Users to use by the CI service to build projects. Required if you whish to avoid some security
You can’t perform that action at this time.
0 commit comments