We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4734ade commit 7168f26Copy full SHA for 7168f26
Dockerfile.konflux
@@ -39,7 +39,7 @@ RUN --mount=type=cache,target=/root/.cache/go-build \
39
# Stage 2: Copy build assets to create the smallest final runtime image
40
###############################################################################
41
# Runtime - ubi-minimal:latest
42
-FROM registry.access.redhat.com/ubi9/ubi-minimal@sha256:8d905a93f1392d4a8f7fb906bd49bf540290674b28d82de3536bb4d0898bf9d7 as runtime
+FROM registry.access.redhat.com/ubi9/ubi-minimal@sha256:2f06ae0e6d3d9c4f610d32c480338eef474867f435d8d28625f2985e8acde6e8 as runtime
43
44
ARG USER=2000
45
0 commit comments