File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ FROM ${GLITCHTIP_IMAGE} AS upstream
9
9
#
10
10
# Base image
11
11
#
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
13
13
COPY --from=upstream /code/LICENSE /licenses/LICENSE
14
14
15
15
ARG GLITCHTIP_VERSION
29
29
# disable uv cache. it doesn't make sense in a container
30
30
UV_NO_CACHE=true
31
31
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
33
33
COPY --from=upstream --chown=1001:root /code ./
34
34
35
35
# Install the required packages
@@ -67,7 +67,7 @@ CMD ["./bin/start.sh"]
67
67
# Test image
68
68
#
69
69
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
71
71
ENV \
72
72
# use venv from ubi image
73
73
UV_PROJECT_ENVIRONMENT=$APP_ROOT \
Original file line number Diff line number Diff line change 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
3
3
4
4
ENV \
5
5
# use venv from ubi image
You can’t perform that action at this time.
0 commit comments