Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update quay.io/quarkus/ubi-quarkus-mandrel-builder-image:jdk-17 docker digest to cf1c110 #628

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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:c58d150894bc8586773c957d768b8a9b7c9b311f4cf60ddf88640650743dca42 AS build
FROM quay.io/quarkus/ubi-quarkus-mandrel-builder-image:jdk-17@sha256:cf1c11045780c9c5a98ce4bb12cb93fb39f22cab7df485d634c84fad5b54d987 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:c58d150894bc8586773c957d768b8a9b7c9b311f4cf60ddf88640650743dca42 AS build
FROM quay.io/quarkus/ubi-quarkus-mandrel-builder-image:jdk-17@sha256:cf1c11045780c9c5a98ce4bb12cb93fb39f22cab7df485d634c84fad5b54d987 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