From 8b8e69eedd0b8692cb413583001624c347c3cfab Mon Sep 17 00:00:00 2001 From: Pekka Lampila Date: Mon, 30 Oct 2023 21:06:26 +0200 Subject: [PATCH] Update Docker version --- .gitlab-ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 80cc41e..9e0e6f6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -37,9 +37,9 @@ workflow: ## Common CI/CD targets used with extends keyword .build_image_base: stage: build - image: docker:20.10.16 + image: docker:20.10.21 services: - - docker:20.10.6-dind + - docker:20.10.21-dind variables: IMAGE_TAG: $CI_REGISTRY_IMAGE:$CI_COMMIT_REF_SLUG-$CI_COMMIT_SHORT_SHA-$CI_PIPELINE_ID CACHE_TAG: $CI_REGISTRY_IMAGE:${CI_COMMIT_REF_SLUG}-cache @@ -63,9 +63,9 @@ workflow: .test_image_base: stage: test - image: docker:20.10.6 + image: docker:20.10.21 services: - - docker:20.10.16-dind + - docker:20.10.21-dind before_script: - set -x - env