summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRomain Bouvier <skunnyk@alteroot.org>2021-08-19 12:24:06 +0200
committerRomain Bouvier <skunnyk@alteroot.org>2021-10-11 20:11:06 +0200
commit64bc66536aaaeded488cf7a3a9d067cea9748545 (patch)
tree0744ab245a43ce4d868d18a8d0c1b7c6ede32749
parent5e6bdfba4427f2a70c13099726c9c4edd21a5c97 (diff)
downloadxfce4-dev-tools-64bc66536aaaeded488cf7a3a9d067cea9748545.tar.gz
Try to bump docker-dind image
-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..0de6a00 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.9-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.9-dind
script:
- docker build -t $IMAGE_TAG -t $LATEST_TAG .
# Export the API docs to the runner so we can publish them