Skip to content

Commit

Permalink
fix Image name
Browse files Browse the repository at this point in the history
  • Loading branch information
Valentin Brückel committed Jul 27, 2021
1 parent 611ee63 commit c3ad495
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ ADD . /app/
RUN mvn package -DskipTests


FROM openjdk:16.0.2
FROM registry-1.docker.io/library/openjdk:16.0.2
MAINTAINER Valentin Brückel <brueckel@predic8.de>

COPY --from=0 /app/target/*.jar /app/foo.jar
Expand Down

0 comments on commit c3ad495

Please sign in to comment.