Skip to content

Commit 98dba69

Browse files
chore(deps): update registry.access.redhat.com/ubi9/python-311 docker digest to 2d6d18a
Signed-off-by: konflux-internal-p02 <170854209+konflux-internal-p02[bot]@users.noreply.github.com>
1 parent c0b59e4 commit 98dba69

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile.konflux

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ USER 1001
77
RUN yarn install --silent \
88
&& yarn build
99

10-
FROM registry.access.redhat.com/ubi9/python-311@sha256:b5bf20d19a14764626cfc3a695abe1c1af4a38a6d05b7662e23692c7906b5ec0 AS python-builder
10+
FROM registry.access.redhat.com/ubi9/python-311@sha256:2d6d18a459b8e89541129b50c1c082b8529235b63600bed2801ce85d0e03a47e AS python-builder
1111
WORKDIR /src
1212
USER 0
1313
COPY --chown=1001:0 . .
@@ -16,7 +16,7 @@ RUN set -eux; \
1616
python -m build --wheel --outdir /tmp/dist; \
1717
python -m build --wheel --outdir /tmp/dist kubernetes-workspace-provider
1818

19-
FROM registry.access.redhat.com/ubi9/python-311@sha256:b5bf20d19a14764626cfc3a695abe1c1af4a38a6d05b7662e23692c7906b5ec0
19+
FROM registry.access.redhat.com/ubi9/python-311@sha256:2d6d18a459b8e89541129b50c1c082b8529235b63600bed2801ce85d0e03a47e
2020
ARG MLFLOW_VERSION=3.3.2
2121
ENV PYTHONDONTWRITEBYTECODE=1 \
2222
PYTHONUNBUFFERED=1

0 commit comments

Comments
 (0)