Upgrade docker and docker compose in line with GH hosted runners (#3053)

Co-authored-by: Yusuke Kuoka <ykuoka@gmail.com>
This commit is contained in:
Donal O'Brien
2023-11-27 04:25:19 +01:00
committed by GitHub
parent b202be712e
commit 8e484637f9
10 changed files with 14 additions and 14 deletions

View File

@@ -459,7 +459,7 @@ func buildVars(repo, ubuntuVer string) vars {
runnerRootlessDindImage = testing.Img(runnerRootlessDindImageRepo, runnerImageTag)
dindSidecarImageRepo = "docker"
dindSidecarImageTag = "20.10.23-dind"
dindSidecarImageTag = "24.0.7-dind"
dindSidecarImage = testing.Img(dindSidecarImageRepo, dindSidecarImageTag)
)