We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 656b935 commit 1dffd99Copy full SHA for 1dffd99
Dockerfile
@@ -2,7 +2,8 @@
2
# Run: docker run -it --rm fingr:latest
3
4
FROM ubuntu:24.04
5
-COPY --from=ghcr.io/astral-sh/uv:0.9 /uv /uvx /bin/
+ # UV version 0.9
6
+COPY --from=ghcr.io/astral-sh/uv@sha256:15f68a476b768083505fe1dbfcc998344d0135f0ca1b8465c4760b323904f05a /uv /uvx /bin/
7
8
RUN apt-get update && apt-get install -y --no-install-recommends \
9
gcc \
0 commit comments