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 ac15a3e
  • Loading branch information
jeichler committed Nov 11, 2024
1 parent 9bef304 commit 5b6cf6d
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:dbc726fc6d62da7c4e2716fe90c9d066484a37bff3b666a61c710c5625d25344 AS build
FROM quay.io/quarkus/ubi-quarkus-mandrel-builder-image:jdk-17@sha256:ac15a3e34fe0d336dcc238381fed4c2832848b15af199a866aac30339fece43d 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:dbc726fc6d62da7c4e2716fe90c9d066484a37bff3b666a61c710c5625d25344 AS build
FROM quay.io/quarkus/ubi-quarkus-mandrel-builder-image:jdk-17@sha256:ac15a3e34fe0d336dcc238381fed4c2832848b15af199a866aac30339fece43d 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 5b6cf6d

Please sign in to comment.