Skip to content

Commit 44656af

Browse files
Update all non-major dependencies
1 parent 418f132 commit 44656af

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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

0 commit comments

Comments
 (0)