Skip to content

Commit

Permalink
Update docker Docker tag to v27
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 27, 2024
1 parent f0e76cb commit 9c4f373
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
build-kernel:
runs-on: ubuntu-latest
container:
image: docker:26.1.3
image: docker:27.0.2
env:
DOCKER_DRIVER: overlay2
DOCKER_TLS_CERTDIR: ""
Expand Down Expand Up @@ -43,7 +43,7 @@ jobs:
needs: build-kernel
runs-on: ubuntu-latest
container:
image: docker:26.1.3
image: docker:27.0.2
env:
DOCKER_DRIVER: overlay2
DOCKER_TLS_CERTDIR: ""
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM docker:26.1.3
FROM docker:27.0.2

RUN \
mkdir /image
Expand Down

0 comments on commit 9c4f373

Please sign in to comment.