We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e33f545 + f0f4be5 commit 1293b84Copy full SHA for 1293b84
.github/workflows/build.yml
@@ -9,7 +9,7 @@ jobs:
9
build-kernel:
10
runs-on: ubuntu-latest
11
container:
12
- image: docker:27.5.1
+ image: docker:28.0.0
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.5.1
+FROM docker:28.0.0
2
3
RUN \
4
mkdir /image
0 commit comments