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 54
54
# https://github.com/docker/build-push-action
55
55
- name : Build test image
56
56
id : build-test
57
- uses : docker/build-push-action@v6.10 .0
57
+ uses : docker/build-push-action@v6.11 .0
58
58
with :
59
59
context : .
60
60
load : true
86
86
# https://github.com/docker/build-push-action
87
87
- name : Build and push production image
88
88
id : build-and-push
89
- uses : docker/build-push-action@v6.10 .0
89
+ uses : docker/build-push-action@v6.11 .0
90
90
with :
91
91
context : .
92
92
target : http_app
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ RUN apt-get update \
31
31
build-essential gcc git \
32
32
&& rm -rf /var/lib/apt/lists/*
33
33
34
- COPY --from=ghcr.io/astral-sh/uv:0.5.15 /uv /uvx /bin/
34
+ COPY --from=ghcr.io/astral-sh/uv:0.5.16 /uv /uvx /bin/
35
35
36
36
# From here we shouldn't need anymore a root user
37
37
# Switch to nonroot and config uv
You can’t perform that action at this time.
0 commit comments