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 67d586f commit c419eecCopy full SHA for c419eec
.github/workflows/ci-pipeline.yml
@@ -39,7 +39,7 @@ jobs:
39
uses: sigstore/[email protected]
40
41
- name: Setup Docker buildx
42
- uses: docker/setup-buildx-action@v3.8.0
+ uses: docker/setup-buildx-action@v3.9.0
43
44
# Login against a Docker registry except on PR
45
# https://github.com/docker/login-action
Dockerfile
@@ -31,7 +31,7 @@ RUN apt-get update \
31
build-essential gcc git \
32
&& rm -rf /var/lib/apt/lists/*
33
34
-COPY --from=ghcr.io/astral-sh/uv:0.5.28 /uv /uvx /bin/
+COPY --from=ghcr.io/astral-sh/uv:0.5.29 /uv /uvx /bin/
35
36
# From here we shouldn't need anymore a root user
37
# Switch to nonroot and config uv
0 commit comments