Skip to content

Commit 1dffd99

Browse files
committed
Lock uv to sha
1 parent 656b935 commit 1dffd99

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
# Run: docker run -it --rm fingr:latest
33

44
FROM ubuntu:24.04
5-
COPY --from=ghcr.io/astral-sh/uv:0.9 /uv /uvx /bin/
5+
# UV version 0.9
6+
COPY --from=ghcr.io/astral-sh/uv@sha256:15f68a476b768083505fe1dbfcc998344d0135f0ca1b8465c4760b323904f05a /uv /uvx /bin/
67

78
RUN apt-get update && apt-get install -y --no-install-recommends \
89
gcc \

0 commit comments

Comments
 (0)