From 82b7cdbe64408a46c205a456b2648bde87a0396f Mon Sep 17 00:00:00 2001 From: "red-hat-konflux[bot]" <126015336+red-hat-konflux[bot]@users.noreply.github.com> Date: Tue, 17 Dec 2024 16:12:51 +0000 Subject: [PATCH] chore(deps): update registry.access.redhat.com/ubi9/python-311 docker tag to v1-1734445976 Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com> --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 4f4b835..29d9334 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM registry.access.redhat.com/ubi9/python-311:1-1733172699@sha256:3d9ce0a19b0edc6f7a60a933ea9e53a809282972fde30003ce686437affde070 AS builder +FROM registry.access.redhat.com/ubi9/python-311:1-1734445976@sha256:032e30b2962d7bc30f1f11957a0757dec0c1a633797924c69f048208c4400fab AS builder COPY --from=ghcr.io/astral-sh/uv:0.5.9@sha256:ba36ea627a75e2a879b7f36efe01db5a24038f8d577bd7214a6c99d5d4f4b20c /uv /bin/uv WORKDIR /ghmirror COPY --chown=1001:0 pyproject.toml uv.lock ./