Skip to content

Commit 8dd77d9

Browse files
renovate[bot]antonym
authored andcommitted
Update docker Docker tag to v26
1 parent 4e49a50 commit 8dd77d9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
build-kernel:
1010
runs-on: ubuntu-latest
1111
container:
12-
image: docker:24.0.5
12+
image: docker:26.1.3
1313
env:
1414
DOCKER_DRIVER: overlay2
1515
DOCKER_TLS_CERTDIR: ""
@@ -43,7 +43,7 @@ jobs:
4343
needs: build-kernel
4444
runs-on: ubuntu-latest
4545
container:
46-
image: docker:24.0.5
46+
image: docker:26.1.3
4747
env:
4848
DOCKER_DRIVER: overlay2
4949
DOCKER_TLS_CERTDIR: ""

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM docker:24.0.5
1+
FROM docker:26.1.3
22

33
RUN \
44
mkdir /image

0 commit comments

Comments
 (0)