Skip to content

Commit e5c68e7

Browse files
Bump quarkus/ubi9-quarkus-micro-image in /src/main/docker (#85)
Bumps quarkus/ubi9-quarkus-micro-image from `c0da7af` to `3f3d36b`. --- updated-dependencies: - dependency-name: quarkus/ubi9-quarkus-micro-image dependency-version: '2.0' dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f457ce9 commit e5c68e7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/docker/Dockerfile.native-micro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
# The `quay.io/quarkus/ubi9-quarkus-micro-image:2.0` base image is based on UBI 9.
2020
# To use UBI 8, switch to `quay.io/quarkus/quarkus-micro-image:2.0`.
2121
###
22-
FROM quay.io/quarkus/ubi9-quarkus-micro-image:2.0@sha256:c0da7af9c09b8537add5f7d4764fcfc37d023e8993ac85ab89af3580b645c2bd
22+
FROM quay.io/quarkus/ubi9-quarkus-micro-image:2.0@sha256:3f3d36b3c3cf96b47757aec2ef696bad3ee454cdbd4390405d0f4ce8b28e6ab0
2323
WORKDIR /work/
2424
RUN chown 1001 /work \
2525
&& chmod "g+rwX" /work \

0 commit comments

Comments
 (0)