diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 836d820edd61b63297b4a2730c5c2dd7bdaf41c6..f7f708a2d5bf0634e7a645ed8039b7861683b6d1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -137,9 +137,9 @@ go-test: path: coverage.xml .docker-build: - image: docker:24.0.5 + image: docker:29.1.3 services: - - docker:24.0.5-dind + - docker:29.1.3-dind variables: # The following two variables are to ensure that DinD service is started in # TLS mode and that docker CLI is properly pointed to the API. More details