mirror of
https://github.com/corda/corda.git
synced 2024-12-19 04:57:58 +00:00
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:
parent
40a72a4837
commit
f933d23d26
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user