Skip to content

Commit 616a13a

Browse files
Bump dependencies
1 parent 2c6a4cf commit 616a13a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
platforms: arm64
4848

4949
- name: Setup buildx
50-
uses: docker/setup-buildx-action@v3.11.1
50+
uses: docker/setup-buildx-action@v3.12.0
5151

5252
- name: Export runtime
5353
uses: crazy-max/ghaction-github-runtime@v3.1.0

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ EOF
7070
RUN <<EOF
7171
set -ex
7272
[ "$TARGETARCH" = "amd64" ] && arch="x86_64" || arch="aarch64"
73-
version=5.0.0
73+
version=5.0.1
7474
curl -fsSL https://github.com/docker/compose/releases/download/v$version/docker-compose-linux-$arch -o /usr/local/lib/docker/cli-plugins/docker-compose
7575
chmod +x /usr/local/lib/docker/cli-plugins/docker-compose
7676
docker compose version

0 commit comments

Comments
 (0)