Skip to content

Commit

Permalink
Update docker Docker tag to v27.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 20, 2024
1 parent f4f11bd commit 262ff65
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:27.1.2
image: docker:27.3.0
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:27.1.2
image: docker:27.3.0
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:27.1.2
FROM docker:27.3.0

RUN \
mkdir /image
Expand Down

0 comments on commit 262ff65

Please sign in to comment.