Skip to content

Commit bbedffa

Browse files
chore(deps): update ghcr.io/astral-sh/uv docker tag to v0.9.5 (#351)
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com> Co-authored-by: red-hat-konflux[bot] <126015336+red-hat-konflux[bot]@users.noreply.github.com>
1 parent fec49e6 commit bbedffa

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
FROM registry.access.redhat.com/ubi9/python-311:1-1760420762@sha256:ee1128adb98b79e58cd31c32da4cfd6641c4665d15112639f19428e7c3c0ef4c AS builder
2-
COPY --from=ghcr.io/astral-sh/uv:0.9.4@sha256:c4089b0085cf4d38e38d5cdaa5e57752c1878a6f41f2e3a3a234dc5f23942cb4 /uv /bin/uv
2+
COPY --from=ghcr.io/astral-sh/uv:0.9.5@sha256:f459f6f73a8c4ef5d69f4e6fbbdb8af751d6fa40ec34b39a1ab469acd6e289b7 /uv /bin/uv
33
WORKDIR /ghmirror
44
COPY --chown=1001:0 pyproject.toml uv.lock ./
55
RUN uv lock --locked
@@ -22,7 +22,7 @@ ENTRYPOINT ["gunicorn", "ghmirror.app:APP"]
2222
CMD ["--workers", "1", "--threads", "8", "--bind", "0.0.0.0:8080"]
2323

2424
FROM prod AS test
25-
COPY --from=ghcr.io/astral-sh/uv:0.9.4@sha256:c4089b0085cf4d38e38d5cdaa5e57752c1878a6f41f2e3a3a234dc5f23942cb4 /uv /bin/uv
25+
COPY --from=ghcr.io/astral-sh/uv:0.9.5@sha256:f459f6f73a8c4ef5d69f4e6fbbdb8af751d6fa40ec34b39a1ab469acd6e289b7 /uv /bin/uv
2626
USER root
2727
RUN microdnf install -y make
2828
USER 1001

0 commit comments

Comments
 (0)