Skip to content

Commit

Permalink
fix(deps): update eclipse-temurin:17-alpine docker digest to 3ecc5ed
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 29, 2023
1 parent 8b0f4d6 commit 5b5eb2a
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 @@ -14,7 +14,7 @@ COPY ./ /app/
# Build jar
RUN gradle clean shadowJar --no-daemon

FROM eclipse-temurin:17-alpine@sha256:2478889d707f1883cd7c2682bba048b680261b09088c4af8ae735bc1d8a10d55
FROM eclipse-temurin:17-alpine@sha256:3ecc5edd648f5d9c92e53e8eb6361cfcfaf626220f8308332f239dfb03418c1c

COPY --from=BUILDER /app/build/libs/apollo-backend.jar .

Expand Down

0 comments on commit 5b5eb2a

Please sign in to comment.