Skip to content

Commit

Permalink
Fix docker version
Browse files Browse the repository at this point in the history
  • Loading branch information
Pekka Lampila committed Oct 30, 2023
1 parent 8b8e69e commit 1807400
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ workflow:
## Common CI/CD targets used with extends keyword
.build_image_base:
stage: build
image: docker:20.10.21
image: docker:20.10.16
services:
- docker:20.10.21-dind
- docker:20.10.16-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
Expand All @@ -63,9 +63,9 @@ workflow:

.test_image_base:
stage: test
image: docker:20.10.21
image: docker:20.10.16
services:
- docker:20.10.21-dind
- docker:20.10.16-dind
before_script:
- set -x
- env
Expand Down

0 comments on commit 1807400

Please sign in to comment.