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 551268b commit ecb3516Copy full SHA for ecb3516
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.8.17 /uv /uvx /bin/
+COPY --from=ghcr.io/astral-sh/uv:0.8.19 /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