Skip to content

Commit 44f2792

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

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/ci-pipeline.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555

5656
- name: Extract Docker cache metadata
5757
id: meta-cache
58-
uses: docker/metadata-action@v5.7.0
58+
uses: docker/metadata-action@v5.8.0
5959
with:
6060
# list of Docker images to use as base name for tags
6161
# <registry/<owner>/<repo_name>/<repo_name>-<target>
@@ -144,7 +144,7 @@ jobs:
144144
# We extract metadata without tags for single image
145145
- name: Extract Docker metadata
146146
id: meta
147-
uses: docker/metadata-action@v5.7.0
147+
uses: docker/metadata-action@v5.8.0
148148
with:
149149
# list of Docker images to use as base name for tags
150150
# <registry/<owner>/<repo_name>/<repo_name>-<target>
@@ -153,7 +153,7 @@ jobs:
153153
154154
- name: Extract Docker cache metadata
155155
id: meta-cache
156-
uses: docker/metadata-action@v5.7.0
156+
uses: docker/metadata-action@v5.8.0
157157
with:
158158
# list of Docker images to use as base name for tags
159159
# <registry/<owner>/<repo_name>/<repo_name>-<target>
@@ -247,7 +247,7 @@ jobs:
247247
# https://github.com/docker/metadata-action
248248
- name: Extract Docker metadata
249249
id: meta
250-
uses: docker/metadata-action@v5.7.0
250+
uses: docker/metadata-action@v5.8.0
251251
with:
252252
# list of Docker images to use as base name for tags
253253
# <registry/<owner>/<repo_name>/<repo_name>-<target>

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.3 /uv /uvx /bin/
37+
COPY --from=ghcr.io/astral-sh/uv:0.8.4 /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)