Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
Signed-off-by: Megha-Rajanna <[email protected]>
  • Loading branch information
Megha-Rajanna committed Sep 11, 2024
1 parent f46f723 commit 3d798eb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
#

ARG DOCKER_REGISTRY
FROM ${DOCKER_REGISTRY:+$DOCKER_REGISTRY/}openjdk:11-jdk
ARG JAVA_TYPE
FROM ${DOCKER_REGISTRY:+$DOCKER_REGISTRY/}${JAVA_TYPE:+$JAVA_TYPE}:11-jdk
RUN mkdir /zu
COPY zu /zu
WORKDIR /zu
Expand Down

0 comments on commit 3d798eb

Please sign in to comment.