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 91f6bdc
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-pagopa[bot] authored Sep 16, 2024
1 parent ba5cb29 commit a4fabce
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:91f6bdc1504a259d7ebd1b714d9732fc19327fd1e0ad4a03ff7eaa3d8e4b2f94 AS runtime
WORKDIR /work/
RUN chown 1001 /work \
&& chmod "g+rwX" /work \
Expand Down

0 comments on commit a4fabce

Please sign in to comment.