Skip to content

Commit 931e04e

Browse files
chore(deps): update ghcr.io/astral-sh/uv docker tag to v0.9.18
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent eedf960 commit 931e04e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ RUN apk add --no-cache docker-registry
55
ADD registry/config.yml /etc/docker-registry/config.yml
66

77
FROM registry-base AS registry-loader
8-
COPY --from=ghcr.io/astral-sh/uv:0.9.9 /uv /uvx /bin/
8+
COPY --from=ghcr.io/astral-sh/uv:0.9.18 /uv /uvx /bin/
99
RUN apk add --no-cache cargo crane gcc linux-headers musl-dev netcat-openbsd py3-pip python3-dev
1010
COPY . /src
1111
WORKDIR /src

0 commit comments

Comments
 (0)