ARTEMIS-3420 Update Docker JVM to 11

This commit is contained in:
Clebert Suconic 2021-12-14 08:58:07 -05:00
parent de7d141397
commit 08a0d01989
2 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@
# ActiveMQ Artemis
FROM jboss/base-jdk:8
FROM jboss/base-jdk:11
LABEL maintainer="Apache ActiveMQ Team"
# Make sure pipes are considered to determine success, see: https://github.com/hadolint/hadolint/wiki/DL4006
SHELL ["/bin/bash", "-o", "pipefail", "-c"]

View File

@ -17,7 +17,7 @@
# ActiveMQ Artemis
FROM openjdk:8
FROM openjdk:11
LABEL maintainer="Apache ActiveMQ Team"
# Make sure pipes are considered to determine success, see: https://github.com/hadolint/hadolint/wiki/DL4006
SHELL ["/bin/bash", "-o", "pipefail", "-c"]