Skip to content

Commit c299476

Browse files
chore(deps): update all non-major dependencies
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
1 parent aef38e1 commit c299476

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Dockerfile

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ FROM ${GLITCHTIP_IMAGE} AS upstream
99
#
1010
# Base image
1111
#
12-
FROM registry.access.redhat.com/ubi9/python-312:9.5-1739797362@sha256:7eff0198911e53c3c67634e82e6c156e3bd491149721e998280f104b7a185772 AS base
12+
FROM registry.access.redhat.com/ubi9/python-312:9.5-1742197730@sha256:b3316249c58e1800118ec1f311514f6ec355a60d8c78383bfa868887952b2ee1 AS base
1313
COPY --from=upstream /code/LICENSE /licenses/LICENSE
1414

1515
ARG GLITCHTIP_VERSION
@@ -29,7 +29,7 @@ ENV \
2929
# disable uv cache. it doesn't make sense in a container
3030
UV_NO_CACHE=true
3131

32-
COPY --from=ghcr.io/astral-sh/uv:0.6.3@sha256:8257f3d17fd04794feaf89d83b4ccca3b2eaa5501de9399fa53929843c0a5b55 /uv /bin/uv
32+
COPY --from=ghcr.io/astral-sh/uv:0.6.7@sha256:d25a9b42ecc3aac0d63782654dcb2ab4b304f86357794b05a5c39b17f4777339 /uv /bin/uv
3333
COPY --from=upstream --chown=1001:root /code ./
3434

3535
# Install the required packages
@@ -67,7 +67,7 @@ CMD ["./bin/start.sh"]
6767
# Test image
6868
#
6969
FROM prod AS test
70-
COPY --from=ghcr.io/astral-sh/uv:0.6.3@sha256:8257f3d17fd04794feaf89d83b4ccca3b2eaa5501de9399fa53929843c0a5b55 /uv /bin/uv
70+
COPY --from=ghcr.io/astral-sh/uv:0.6.7@sha256:d25a9b42ecc3aac0d63782654dcb2ab4b304f86357794b05a5c39b17f4777339 /uv /bin/uv
7171
ENV \
7272
# use venv from ubi image
7373
UV_PROJECT_ENVIRONMENT=$APP_ROOT \

Dockerfile.acceptance

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
FROM registry.access.redhat.com/ubi9/python-312:9.5-1739797362@sha256:7eff0198911e53c3c67634e82e6c156e3bd491149721e998280f104b7a185772
2-
COPY --from=ghcr.io/astral-sh/uv:0.6.3@sha256:8257f3d17fd04794feaf89d83b4ccca3b2eaa5501de9399fa53929843c0a5b55 /uv /bin/uv
1+
FROM registry.access.redhat.com/ubi9/python-312:9.5-1742197730@sha256:b3316249c58e1800118ec1f311514f6ec355a60d8c78383bfa868887952b2ee1
2+
COPY --from=ghcr.io/astral-sh/uv:0.6.7@sha256:d25a9b42ecc3aac0d63782654dcb2ab4b304f86357794b05a5c39b17f4777339 /uv /bin/uv
33

44
ENV \
55
# use venv from ubi image

0 commit comments

Comments
 (0)