Skip to content

Commit

Permalink
chore: revert to docker 24.0.9
Browse files Browse the repository at this point in the history
Signed-off-by: Nathan Klick <[email protected]>
  • Loading branch information
nathanklick committed Jul 31, 2024
1 parent 93c96ed commit 5f43622
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/flow-pull-request-checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@ jobs:
with:
build-default-image: true
build-dind-image: true
build-dind-rootless-image: false
build-dind-rootless-image: true
base-os-image: ubuntu-22.04
runner-version: ${{ needs.versions.outputs.runner }}
runner-container-hooks-version: ${{ needs.versions.outputs.hooks }}
docker-version: 25.0.5
docker-version: 24.0.9
platforms: linux/amd64
dry-run-enabled: true
2 changes: 1 addition & 1 deletion .github/workflows/zxc-build-legacy-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ on:
description: "Docker Version:"
type: string
required: false
default: "25.0.5"
default: "24.0.9"

## Linux Architectures for Multi-Arch Builds
platforms:
Expand Down

0 comments on commit 5f43622

Please sign in to comment.