Skip to content

Commit 38fdae6

Browse files
chore(deps): update registry.access.redhat.com/ubi9/python-312 docker digest to 4a6f6ab
Signed-off-by: konflux-internal-p02 <170854209+konflux-internal-p02[bot]@users.noreply.github.com>
1 parent 2e1c096 commit 38fdae6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile.konflux

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
###############################################################
22
# Stage 1 Base builder image with common tooling
33
###############################################################
4-
FROM registry.access.redhat.com/ubi9/python-312@sha256:09d1b54086314db781cb3844494961383ac607444e46a27a9f7fd4f016f04455 as packages-build
4+
FROM registry.access.redhat.com/ubi9/python-312@sha256:4a6f6abc00071bc1a9c6c327830e0aef994e0f819411de2c0fd99ea2b2fd99ff as packages-build
55

66
USER root
77
WORKDIR /app
@@ -148,7 +148,7 @@ RUN if [ "$TARGETARCH" = "ppc64le" ]; then \
148148
# Stage 7 Install all the dependencies
149149
###############################################################
150150

151-
FROM registry.access.redhat.com/ubi9/python-312@sha256:09d1b54086314db781cb3844494961383ac607444e46a27a9f7fd4f016f04455 as build
151+
FROM registry.access.redhat.com/ubi9/python-312@sha256:4a6f6abc00071bc1a9c6c327830e0aef994e0f819411de2c0fd99ea2b2fd99ff as build
152152

153153
USER 0
154154
WORKDIR /app

0 commit comments

Comments
 (0)