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 8857547 commit 92f8d38Copy full SHA for 92f8d38
Dockerfile.konflux
@@ -39,7 +39,7 @@ RUN --mount=type=cache,target=/root/.cache/go-build \
39
# Stage 3: Copy build assets to create the smallest final runtime image
40
###############################################################################
41
#ubi-minimal:latest
42
-FROM registry.redhat.io/ubi8/ubi-minimal@sha256:af9b4a20cf942aa5bce236fedfefde887a7d89eb7c69f727bd0af9f5c80504ab as runtime
+FROM registry.redhat.io/ubi8/ubi-minimal@sha256:43dde01be4e94afd22d8d95ee8abcc9f610b4e50aff5bcc141b558c74d4c68b5 as runtime
43
44
ARG USER=2000
45
0 commit comments