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:7b8f2ee184b40eb160e2c90c240a16fd9ec93279cc1553c0b8b872e2274a139b AS test
2- COPY --from=ghcr.io/astral-sh/uv:0.9.7 @sha256:ba4857bf2a068e9bc0e64eed8563b065908a4cd6bfb66b531a9c424c8e25e142 /uv /bin/uv
2+ COPY --from=ghcr.io/astral-sh/uv:0.9.8 @sha256:08f409e1d53e77dfb5b65c788491f8ca70fe1d2d459f41c89afa2fcbef998abe /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.7 @sha256:ba4857bf2a068e9bc0e64eed8563b065908a4cd6bfb66b531a9c424c8e25e142 /uv /bin/uv
14+ COPY --from=ghcr.io/astral-sh/uv:0.9.8 @sha256:08f409e1d53e77dfb5b65c788491f8ca70fe1d2d459f41c89afa2fcbef998abe /uv /bin/uv
1515
1616ENV \
1717 # use venv from ubi image
You can’t perform that action at this time.
0 commit comments