ARTEMIS-3420 Update Docker JVM to 11
This commit is contained in:
parent
de7d141397
commit
08a0d01989
|
@ -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"]
|
||||
|
|
|
@ -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"]
|
||||
|
|
Loading…
Reference in New Issue