Skip to content

Commit

Permalink
chore(deps): update quay.io/quarkus/ubi-quarkus-mandrel-builder-image…
Browse files Browse the repository at this point in the history
…:jdk-17 docker digest to 632c98c
  • Loading branch information
jeichler committed Sep 9, 2024
1 parent 279ee9f commit ab0013b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/main/docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## Stage 1 : build with maven builder image with native capabilities
FROM quay.io/quarkus/ubi-quarkus-mandrel-builder-image:jdk-17@sha256:7e7fccde11350f3899f7f6f24e1342d0c82bab61e66a7ee6b01e25300f8010e0 AS build
FROM quay.io/quarkus/ubi-quarkus-mandrel-builder-image:jdk-17@sha256:632c98cb36ba131ed1a346d7e771557042bca5f3bf5edfe64d30af2f99ebc46b AS build
COPY --chown=quarkus:quarkus ./mvnw /code/mvnw
COPY --chown=quarkus:quarkus .mvn /code/.mvn
COPY --chown=quarkus:quarkus pom.xml /code/
Expand Down
2 changes: 1 addition & 1 deletion src/main/docker/Dockerfile.native-distroless
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
#
###
## Stage 1 : build with maven builder image with native capabilities
FROM quay.io/quarkus/ubi-quarkus-mandrel-builder-image:jdk-17@sha256:7e7fccde11350f3899f7f6f24e1342d0c82bab61e66a7ee6b01e25300f8010e0 AS build
FROM quay.io/quarkus/ubi-quarkus-mandrel-builder-image:jdk-17@sha256:632c98cb36ba131ed1a346d7e771557042bca5f3bf5edfe64d30af2f99ebc46b AS build
COPY --chown=quarkus:quarkus ./mvnw /code/mvnw
COPY --chown=quarkus:quarkus .mvn /code/.mvn
COPY --chown=quarkus:quarkus pom.xml /code/
Expand Down

0 comments on commit ab0013b

Please sign in to comment.