Skip to content

Commit fa7e907

Browse files
Update all non-major dependencies
1 parent 44f2792 commit fa7e907

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
@@ -42,7 +42,7 @@ jobs:
4242
# Login against a Docker registry
4343
# https://github.com/docker/login-action
4444
- name: Log into registry ${{ env.REGISTRY }}
45-
uses: docker/login-action@v3.4.0
45+
uses: docker/login-action@v3.5.0
4646
with:
4747
registry: ${{ env.REGISTRY }}
4848
username: ${{ github.actor }}
@@ -135,7 +135,7 @@ jobs:
135135
# Login against a Docker registry
136136
# https://github.com/docker/login-action
137137
- name: Log into registry ${{ env.REGISTRY }}
138-
uses: docker/login-action@v3.4.0
138+
uses: docker/login-action@v3.5.0
139139
with:
140140
registry: ${{ env.REGISTRY }}
141141
username: ${{ github.actor }}
@@ -237,7 +237,7 @@ jobs:
237237
# Login against a Docker registry
238238
# https://github.com/docker/login-action
239239
- name: Log into registry ${{ env.REGISTRY }}
240-
uses: docker/login-action@v3.4.0
240+
uses: docker/login-action@v3.5.0
241241
with:
242242
registry: ${{ env.REGISTRY }}
243243
username: ${{ github.actor }}

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ RUN --mount=type=cache,target=/var/cache/apt,sharing=locked \
3434
&& apt-get install -y --no-install-recommends \
3535
build-essential gcc git
3636

37-
COPY --from=ghcr.io/astral-sh/uv:0.8.4 /uv /uvx /bin/
37+
COPY --from=ghcr.io/astral-sh/uv:0.8.10 /uv /uvx /bin/
3838

3939
# From here we shouldn't need anymore a root user
4040
# Switch to nonroot and config uv

0 commit comments

Comments
 (0)