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

Use Specific JDK version not the latest Java 11 base image
This commit is contained in:
Ronan Browne 2022-03-10 17:59:25 +00:00 committed by GitHub
parent 40a72a4837
commit f933d23d26
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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}