We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5046b30 + f835bc9 commit bd357d2Copy full SHA for bd357d2
src/main/docker/Dockerfile.native
@@ -16,7 +16,7 @@
16
# The ` registry.access.redhat.com/ubi9/ubi-minimal:9.6` base image is based on UBI 9.
17
# To use UBI 8, switch to `quay.io/ubi8/ubi-minimal:8.10`.
18
###
19
-FROM registry.access.redhat.com/ubi9/ubi-minimal:9.7@sha256:bb08f2300cb8d12a7eb91dddf28ea63692b3ec99e7f0fa71a1b300f2756ea829
+FROM registry.access.redhat.com/ubi9/ubi-minimal:9.7@sha256:c7d44146f826037f6873d99da479299b889473492d3c1ab8af86f08af04ec8a0
20
WORKDIR /work/
21
RUN chown 1001 /work \
22
&& chmod "g+rwX" /work \
0 commit comments