File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 37
37
# https://github.com/docker/build-push-action
38
38
- name : Build test image
39
39
id : build-test
40
- uses : docker/build-push-action@v6.13 .0
40
+ uses : docker/build-push-action@v6.14 .0
41
41
with :
42
42
context : .
43
43
load : true
85
85
# Install the cosign tool
86
86
# https://github.com/sigstore/cosign-installer
87
87
- name : Install cosign
88
- uses :
sigstore/[email protected] .0
88
+ uses :
sigstore/[email protected] .1
89
89
90
90
- name : Setup Docker buildx
91
91
@@ -119,7 +119,7 @@ jobs:
119
119
# https://github.com/docker/build-push-action
120
120
- name : Build and push production image
121
121
id : build-and-push
122
- uses : docker/build-push-action@v6.13 .0
122
+ uses : docker/build-push-action@v6.14 .0
123
123
with :
124
124
context : .
125
125
target : ${{ matrix.docker_target }}
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.6.1 /uv /uvx /bin/
34
+ COPY --from=ghcr.io/astral-sh/uv:0.6.2 /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
Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ services:
75
75
retries : 5
76
76
77
77
mariadb :
78
- image : mariadb:11.4
78
+ image : mariadb:11.7
79
79
environment :
80
80
MYSQL_ROOT_PASSWORD : " stanis"
81
81
MYSQL_DATABASE : " backend"
You can’t perform that action at this time.
0 commit comments