Skip to content

Commit

Permalink
fix: dockerbase
Browse files Browse the repository at this point in the history
  • Loading branch information
aomegax committed Feb 25, 2025
1 parent d0f889f commit 005eeea
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 @@ -13,7 +13,7 @@ FROM --platform=linux/amd64 amazoncorretto:17.0.9-alpine3.18@sha256:df48bf2e1832
COPY --from=buildtime /build/target/*.jar application.jar
RUN java -Djarmode=layertools -jar application.jar extract

FROM ghcr.io/pagopa/docker-base-springboot-openjdk17:v2.2.4@sha256:aaca1aa45d6b5201e0ea813ed59a16285729543142b6c7c39ba1e7cd4603c7f6
FROM ghcr.io/pagopa/docker-base-springboot-openjdk17:v2.2.5@sha256:f06e7f5c2f74aec414290528e5718901264f97f9a559a271b891604177e422ac

COPY --chown=spring:spring --from=builder dependencies/ ./
COPY --chown=spring:spring --from=builder snapshot-dependencies/ ./
Expand Down

0 comments on commit 005eeea

Please sign in to comment.