Skip to content

Commit

Permalink
fix: bump docker version in dind image (#1519)
Browse files Browse the repository at this point in the history
  • Loading branch information
erikgb authored Oct 10, 2024
1 parent 7f8ffd6 commit 3b15086
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ env:
IMAGE_BASE_REPO: k3d-io
IMAGE_PLATFORMS: linux/amd64,linux/arm64,linux/arm/v7
GO_VERSION: "1.22.x"
DOCKER_VERSION: "23.0"
DOCKER_VERSION: "27.0"

jobs:
test-suite:
Expand Down
17 changes: 8 additions & 9 deletions .github/workflows/test-matrix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ jobs:
fail-fast: false
matrix:
docker_version:
- "20.10.5"
- "20.10.12"
- "20.10.17"
- "23.0.1"
- "23.0.15"
- "25.0.6"
- "26.1.5"
- "27.3.1"
steps:
- uses: actions/checkout@v3
- name: Setup Docker
Expand Down Expand Up @@ -81,11 +81,10 @@ jobs:
fail-fast: false
matrix:
k3s_channel:
- "v1.22"
- "v1.23"
- "v1.24"
- "v1.25"
- "v1.26"
- "v1.28"
- "v1.29"
- "v1.30"
- "v1.31"
steps:
- uses: actions/checkout@v3
- name: Setup Docker
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG DOCKER_VERSION=25.0.3
ARG DOCKER_VERSION=27.3.1
############################################################
# builder #
# -> golang image used solely for building the k3d binary #
Expand Down

0 comments on commit 3b15086

Please sign in to comment.