Skip to content

Commit

Permalink
build: test pipeline fix for github actions (#272)
Browse files Browse the repository at this point in the history
Signed-off-by: Kush Sharma <[email protected]>
  • Loading branch information
kushsharma authored Jul 2, 2023
1 parent c760e1e commit da19df0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
runs-on: ubuntu-latest
services:
dind:
image: docker:23.0-rc-dind-rootless
image: docker:24.0.2-dind-rootless
ports:
- 2375:2375
steps:
Expand All @@ -54,7 +54,7 @@ jobs:
runs-on: ubuntu-latest
services:
dind:
image: docker:23.0-rc-dind-rootless
image: docker:24.0.2-dind-rootless
ports:
- 2375:2375
steps:
Expand Down

0 comments on commit da19df0

Please sign in to comment.