Skip to content

Commit 3b15086

Browse files
authored
fix: bump docker version in dind image (#1519)
1 parent 7f8ffd6 commit 3b15086

File tree

3 files changed

+10
-11
lines changed

3 files changed

+10
-11
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ env:
99
IMAGE_BASE_REPO: k3d-io
1010
IMAGE_PLATFORMS: linux/amd64,linux/arm64,linux/arm/v7
1111
GO_VERSION: "1.22.x"
12-
DOCKER_VERSION: "23.0"
12+
DOCKER_VERSION: "27.0"
1313

1414
jobs:
1515
test-suite:

.github/workflows/test-matrix.yaml

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@ jobs:
3434
fail-fast: false
3535
matrix:
3636
docker_version:
37-
- "20.10.5"
38-
- "20.10.12"
39-
- "20.10.17"
40-
- "23.0.1"
37+
- "23.0.15"
38+
- "25.0.6"
39+
- "26.1.5"
40+
- "27.3.1"
4141
steps:
4242
- uses: actions/checkout@v3
4343
- name: Setup Docker
@@ -81,11 +81,10 @@ jobs:
8181
fail-fast: false
8282
matrix:
8383
k3s_channel:
84-
- "v1.22"
85-
- "v1.23"
86-
- "v1.24"
87-
- "v1.25"
88-
- "v1.26"
84+
- "v1.28"
85+
- "v1.29"
86+
- "v1.30"
87+
- "v1.31"
8988
steps:
9089
- uses: actions/checkout@v3
9190
- name: Setup Docker

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG DOCKER_VERSION=25.0.3
1+
ARG DOCKER_VERSION=27.3.1
22
############################################################
33
# builder #
44
# -> golang image used solely for building the k3d binary #

0 commit comments

Comments
 (0)