diff --git a/templates/build-container.tpl.yml b/templates/build-container.tpl.yml index 9457af6..b2da876 100644 --- a/templates/build-container.tpl.yml +++ b/templates/build-container.tpl.yml @@ -13,13 +13,13 @@ version: dotenv: version.env build-container: - image: registry.durp.info/docker:19.03.12 + image: registry.durp.info/docker:20.10.17 variables: DOCKER_DRIVER: overlay2 DOCKER_TLS_CERTDIR: "" DOCKER_HOST: tcp://localhost:2375/ services: - - docker:19.03.12-dind + - docker:20.10.17-dind stage: build script: - ./scripts/docker-login.sh