Skip to content

Commit ebf02e7

Browse files
Merge pull request #477 from red-hat-data-services/renovate/docker-main/main/dockerfile-digest-updates
chore(deps): update dockerfile digest updates (main)
2 parents 6c86078 + 0bcf63a commit ebf02e7

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
@@ -20,7 +20,7 @@ RUN if [ -f /cachi2/cachi2.env ]; then \
2020
&& NODE_OPTIONS="--max_old_space_size=3072" yarn build \
2121
&& NODE_OPTIONS="--max_old_space_size=3072" MLFLOW_API_BASE_URL=/mlflow yarn build:federated
2222

23-
FROM registry.access.redhat.com/ubi9/python-312:9.7@sha256:21739f35258f21e23a7e02e79c763f2a69e605416fedd54b6ec9c5ef68fd1f43 AS python-builder
23+
FROM registry.access.redhat.com/ubi9/python-312:9.7@sha256:6509cd88e7886d0ab41c8edda8a13acba2b3eaad56160fa86f0e4b27abb82dca AS python-builder
2424
WORKDIR /src
2525
USER 0
2626
COPY --chown=1001:0 . .
@@ -34,7 +34,7 @@ RUN if [ -f /cachi2/cachi2.env ]; then . /cachi2/cachi2.env; fi && \
3434
python -m build --wheel --outdir /tmp/dist libs/skinny && \
3535
python -m build --wheel --outdir /tmp/dist .
3636

37-
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.7@sha256:b9b10f42d7eba7ad4a6d5ef26b7d34fdc892b2ffe59b8d0372ec884008569eb6
37+
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.7@sha256:fe9e574f04371b333ed4e21d30d984f6b7fcd1046e579f5ddab4816c0c8e231d
3838
ARG MLFLOW_VERSION=3.3.2
3939
ENV PYTHONDONTWRITEBYTECODE=1 \
4040
PYTHONUNBUFFERED=1 \

0 commit comments

Comments
 (0)