File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
{{ cookiecutter.project_slug }} Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 11FROM registry.access.redhat.com/ubi9/python-312@sha256:f17b0788b7eff1683ff8ba7c6a17b907648753d489e8d7d3975eaf6c41644287 AS test
2- COPY --from=ghcr.io/astral-sh/uv:0.9.6 @sha256:4b96ee9429583983fd172c33a02ecac5242d63fb46bc27804748e38c1cc9ad0d /uv /bin/uv
2+ COPY --from=ghcr.io/astral-sh/uv:0.9.7 @sha256:ba4857bf2a068e9bc0e64eed8563b065908a4cd6bfb66b531a9c424c8e25e142 /uv /bin/uv
33
44ENV \
55 UV_PYTHON="/usr/bin/python3.12" \
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ COPY LICENSE /licenses/
1111# Builder image
1212#
1313FROM base AS builder
14- COPY --from=ghcr.io/astral-sh/uv:0.9.6 @sha256:4b96ee9429583983fd172c33a02ecac5242d63fb46bc27804748e38c1cc9ad0d /uv /bin/uv
14+ COPY --from=ghcr.io/astral-sh/uv:0.9.7 @sha256:ba4857bf2a068e9bc0e64eed8563b065908a4cd6bfb66b531a9c424c8e25e142 /uv /bin/uv
1515
1616ENV \
1717 # use venv from ubi image
You can’t perform that action at this time.
0 commit comments