We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48d6575 commit 35e2070Copy full SHA for 35e2070
Dockerfile
@@ -5,7 +5,7 @@ RUN apk add --no-cache docker-registry
5
ADD registry/config.yml /etc/docker-registry/config.yml
6
7
FROM registry-base AS registry-loader
8
-COPY --from=ghcr.io/astral-sh/uv:0.7.4 /uv /uvx /bin/
+COPY --from=ghcr.io/astral-sh/uv:0.7.5 /uv /uvx /bin/
9
RUN apk add --no-cache cargo crane gcc linux-headers musl-dev netcat-openbsd py3-pip python3-dev
10
COPY . /src
11
WORKDIR /src
0 commit comments