We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e49a50 commit 8dd77d9Copy full SHA for 8dd77d9
.github/workflows/build.yml
@@ -9,7 +9,7 @@ jobs:
9
build-kernel:
10
runs-on: ubuntu-latest
11
container:
12
- image: docker:24.0.5
+ image: docker:26.1.3
13
env:
14
DOCKER_DRIVER: overlay2
15
DOCKER_TLS_CERTDIR: ""
@@ -43,7 +43,7 @@ jobs:
43
needs: build-kernel
44
45
46
47
48
49
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM docker:24.0.5
+FROM docker:26.1.3
2
3
RUN \
4
mkdir /image
0 commit comments