We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f4f11bd + 9a32291 commit e33f545Copy full SHA for e33f545
.github/workflows/build.yml
@@ -9,7 +9,7 @@ jobs:
9
build-kernel:
10
runs-on: ubuntu-latest
11
container:
12
- image: docker:27.1.2
+ image: docker:27.5.1
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:27.1.2
+FROM docker:27.5.1
2
3
RUN \
4
mkdir /image
0 commit comments