summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRomain Bouvier <skunnyk@alteroot.org>2021-08-19 12:24:06 +0200
committerRomain Bouvier <skunnyk@alteroot.org>2021-08-19 12:24:06 +0200
commitc132326cddf4a4533512ab9119c38b2e8f356b3c (patch)
tree58fb20109ec97f440d860366c2804b45bdc32f1f
parentef3ca47e7c8e489ef167abadafa03900c3ee362b (diff)
downloadxfce4-dev-tools-bump_docker-dind.tar.gz
Try to bump docker-dind imagebump_docker-dind
-rw-r--r--.gitlab-ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 0e9aea0..d215a60 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -14,12 +14,12 @@ build-container:
# CI_REGISTRY_PASSWORD=********
IMAGE_TAG: $CI_REGISTRY_IMAGE:$CI_COMMIT_REF_SLUG
LATEST_TAG: $CI_REGISTRY_IMAGE:latest
- image: docker:19.03.8
+ image: docker:20.10.8-dind
# The container build is in the .pre stage in order to ensure it is
# subsequently used for the included build.
stage: .pre
services:
- - docker:19.03.8-dind
+ - docker:20.10.8-dind
script:
- docker build -t $IMAGE_TAG -t $LATEST_TAG .
# Export the API docs to the runner so we can publish them