File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 5454 # https://github.com/docker/build-push-action
5555 - name : Build test image
5656 id : build-test
57- uses : docker/build-push-action@v6.11 .0
57+ uses : docker/build-push-action@v6.12 .0
5858 with :
5959 context : .
6060 load : true
8686 # https://github.com/docker/build-push-action
8787 - name : Build and push production image
8888 id : build-and-push
89- uses : docker/build-push-action@v6.11 .0
89+ uses : docker/build-push-action@v6.12 .0
9090 with :
9191 context : .
9292 target : http_app
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.5.16 /uv /uvx /bin/
34+ COPY --from=ghcr.io/astral-sh/uv:0.5.22 /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