Versionupdate for docker find

This commit is contained in:
Costel Maxim 2021-10-13 10:07:07 +00:00
parent 774bc12c98
commit 59471bb90e

View file

@ -5,7 +5,7 @@ include:
default: default:
image: docker:20.10.3-git image: docker:20.10.3-git
services: services:
- docker:20.10.3-dind - docker:20.10.9-dind
before_script: before_script:
- docker login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" "$CI_REGISTRY" - docker login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" "$CI_REGISTRY"
- source scripts/build-helpers.sh - source scripts/build-helpers.sh