Skip to content
This repository has been archived by the owner on Oct 24, 2024. It is now read-only.

Commit

Permalink
Pin quay.io/quarkus/quarkus-micro-image Docker tag to 2e3070d
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-pagopa[bot] authored Jun 10, 2024
1 parent cb995e7 commit 1ce6060
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/docker/Dockerfile.native-micro
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ COPY src /code/src
RUN ./gradlew build -Dquarkus.package.type=native -DskipTests

# also a distroless is available https://quarkus.io/guides/building-native-image#using-a-distroless-base-image
FROM quay.io/quarkus/quarkus-micro-image:2.0 AS runtime
FROM quay.io/quarkus/quarkus-micro-image:2.0@sha256:2e3070da761509237da9e4a7129fc00c1d34be2134cf0a50b65994b8444a2233 AS runtime
WORKDIR /work/
RUN chown 1001 /work \
&& chmod "g+rwX" /work \
Expand Down

0 comments on commit 1ce6060

Please sign in to comment.