Upgrade Docker and Docker Compose to match GH hosted runner (#4312)

This commit is contained in:
Rafik Salama
2025-11-13 11:31:17 +01:00
committed by GitHub
parent 9f9409a4c1
commit 4615321588
12 changed files with 18 additions and 18 deletions

View File

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