Skip to content

Commit

Permalink
fix: amazoncorrettoに戻す
Browse files Browse the repository at this point in the history
  • Loading branch information
book000 committed Aug 22, 2022
1 parent 2b0c26f commit b1ddd18
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@ RUN mvn -B package; echo ""
COPY src /build/src
RUN mvn -B package

FROM azul/zulu-openjdk-alpine:17

RUN apk update
FROM amazoncorretto:17

WORKDIR /app

Expand Down

0 comments on commit b1ddd18

Please sign in to comment.