Skip to content

Commit

Permalink
Fix from line
Browse files Browse the repository at this point in the history
Signed-off-by: Jan Høydahl <[email protected]>
  • Loading branch information
janhoy committed Feb 28, 2023
1 parent c7236da commit 2be6161
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#

ARG DOCKER_REGISTRY
FROM ${DOCKER_REGISTRY:+$DOCKER_REGISTRY/}eclipse-temurin/11-jdk-focal
FROM ${DOCKER_REGISTRY:+$DOCKER_REGISTRY/}eclipse-temurin:11-jdk-focal
RUN mkdir /zu
COPY zu /zu
WORKDIR /zu
Expand Down

0 comments on commit 2be6161

Please sign in to comment.