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 af21bea commit 02bb22aCopy full SHA for 02bb22a
Dockerfile
@@ -10,14 +10,14 @@ MAINTAINER Miguel Moquillon "miguel.moquillon@silverpeas.org"
10
11
ENV TERM=xterm
12
13
-# Environment variables required for the tests to succeed
+# Non generic time zone. Tests should succeed whatever the time zone.
14
ENV TZ=Europe/Paris
15
16
# Parameters whose values are required for the tests to succeed
17
ARG DEFAULT_LOCALE=fr_FR.UTF-8
18
ARG MAVEN_VERSION=3.8.1
19
ARG MAVEN_SHA=0ec48eb515d93f8515d4abe465570dfded6fa13a3ceb9aab8031428442d9912ec20f066b2afbf56964ffe1ceb56f80321b50db73cf77a0e2445ad0211fb8e38d
20
-ARG WILDFLY_VERSION=23.0.0
+ARG WILDFLY_VERSION=23.0.1
21
ARG JAVA_VERSION=11
22
23
ARG DEBIAN_FRONTEND=noninteractive
0 commit comments