diff --git a/internal/config/constants.go b/internal/config/constants.go index d36b269..48f6d38 100644 --- a/internal/config/constants.go +++ b/internal/config/constants.go @@ -33,7 +33,7 @@ const ( DeepCopyVersion = "v0.5.6" // DindContainerImageVersion is the version of the dind container image. // renovate: datasource=docker versioning=docker depName=docker - DindContainerImageVersion = "27.3-dind" + DindContainerImageVersion = "27.4-dind" // DockerfileFrontendImageVersion is the version of the dockerfile frontend image. // renovate: datasource=docker versioning=docker depName=docker/dockerfile-upstream DockerfileFrontendImageVersion = "1.12.0-labs"