File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
FROM registry.access.redhat.com/ubi9/python-312@sha256:9b84a91c94aa7e7ebfcd416db7857610bc7872ba6170cfa7b0753590d4b71dd0 AS builder
2
2
LABEL maintainer=
"Serhii Kryzhnii [email protected] "
3
3
WORKDIR /git-keeper
4
- COPY --from=ghcr.io/astral-sh/uv:0.5.5 @sha256:dc60491f42c9c7228fe2463f551af49a619ebcc9cbd10a470ced7ada63aa25d4 /uv /bin/uv
4
+ COPY --from=ghcr.io/astral-sh/uv:0.6.0 @sha256:63b7453435641145dc3afab79a6bc2b6df6f77107bec2d0df39fd27b1c791c0a /uv /bin/uv
5
5
COPY --chown=1001:0 pyproject.toml uv.lock ./
6
6
RUN uv lock --locked
7
7
COPY --chown=1001:0 git-keeper.py ./git-keeper.py
@@ -22,7 +22,7 @@ COPY --from=builder /git-keeper /git-keeper
22
22
ENTRYPOINT ["python3" , "git-keeper.py" ]
23
23
24
24
FROM prod AS test
25
- COPY --from=ghcr.io/astral-sh/uv:0.5.5 @sha256:dc60491f42c9c7228fe2463f551af49a619ebcc9cbd10a470ced7ada63aa25d4 /uv /bin/uv
25
+ COPY --from=ghcr.io/astral-sh/uv:0.6.0 @sha256:63b7453435641145dc3afab79a6bc2b6df6f77107bec2d0df39fd27b1c791c0a /uv /bin/uv
26
26
USER 1001
27
27
COPY --chown=1001:0 repos.py ./
28
28
ENV UV_NO_CACHE=true
You can’t perform that action at this time.
0 commit comments