mirror of
https://github.com/corda/corda.git
synced 2024-12-21 05:53:23 +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 \
|
software-properties-common \
|
||||||
wget
|
wget
|
||||||
ARG USER="stresstester"
|
ARG USER="stresstester"
|
||||||
RUN useradd -m ${USER}
|
RUN useradd -m ${USER}
|
||||||
|
Loading…
Reference in New Issue
Block a user