File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3737 # https://github.com/docker/build-push-action
3838 - name : Build test image
3939 id : build-test
40- uses : docker/build-push-action@v6.13 .0
40+ uses : docker/build-push-action@v6.14 .0
4141 with :
4242 context : .
4343 load : true
8585 # Install the cosign tool
8686 # https://github.com/sigstore/cosign-installer
8787 - name : Install cosign
88- uses :
sigstore/[email protected] .0 88+ uses :
sigstore/[email protected] .1 8989
9090 - name : Setup Docker buildx
9191@@ -119,7 +119,7 @@ jobs:
119119 # https://github.com/docker/build-push-action
120120 - name : Build and push production image
121121 id : build-and-push
122- uses : docker/build-push-action@v6.13 .0
122+ uses : docker/build-push-action@v6.14 .0
123123 with :
124124 context : .
125125 target : ${{ matrix.docker_target }}
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ RUN apt-get update \
3131 build-essential gcc git \
3232 && rm -rf /var/lib/apt/lists/*
3333
34- COPY --from=ghcr.io/astral-sh/uv:0.6.1 /uv /uvx /bin/
34+ COPY --from=ghcr.io/astral-sh/uv:0.6.2 /uv /uvx /bin/
3535
3636# From here we shouldn't need anymore a root user
3737# Switch to nonroot and config uv
You can’t perform that action at this time.
0 commit comments