INFRA-1728 set correct java version for JDK 11 base image (#7102)

Use Specific JDK version not the latest Java 11 base image
This commit is contained in:
Ronan Browne 2022-03-10 15:38:41 +00:00 committed by GitHub
parent 4fe68c93f4
commit 787d0cde99
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
FROM azul/zulu-openjdk:11
FROM azul/zulu-openjdk:11.0.14
RUN apt-get update && apt-get install -y curl apt-transport-https \
ca-certificates \
curl \
@ -6,4 +6,4 @@ RUN apt-get update && apt-get install -y curl apt-transport-https \
software-properties-common \
wget
ARG USER="stresstester"
RUN useradd -m ${USER}
RUN useradd -m ${USER}