Skip to content

Commit 995d37e

Browse files
Update all non-major dependencies (#262)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 44fd5cd commit 995d37e

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/ci-pipeline.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
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
@@ -85,7 +85,7 @@ jobs:
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
uses: docker/[email protected]
@@ -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 }}

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

docker-compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ services:
7575
retries: 5
7676

7777
mariadb:
78-
image: mariadb:11.4
78+
image: mariadb:11.7
7979
environment:
8080
MYSQL_ROOT_PASSWORD: "stanis"
8181
MYSQL_DATABASE: "backend"

0 commit comments

Comments
 (0)