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 7983531 commit d5da760Copy full SHA for d5da760
Dockerfile
@@ -5,7 +5,7 @@
5
#
6
FROM ubuntu:jammy
7
8
-LABEL name="Silverpeas Build" description="An image to build a Silverpeas project" vendor="Silverpeas" version=latest build=1
+LABEL name="Silverpeas Build" description="An image to build a Silverpeas project" vendor="Silverpeas" version=latest build=2
9
MAINTAINER Miguel Moquillon "miguel.moquillon@silverpeas.org"
10
11
ENV TERM=xterm
@@ -14,7 +14,7 @@ ENV TERM=xterm
14
ENV TZ=Europe/Paris
15
16
# Parameters whose values are required for the tests to succeed
17
-ARG WILDFLY_VERSION=26.1.1
+ARG WILDFLY_VERSION=26.1.3
18
ARG JAVA_VERSION=11
19
ARG SONAR_JAVA_VERSION=17
20
ARG DEFAULT_LOCALE=fr_FR.UTF-8
0 commit comments