Merge branch 'renovate/docker-compose-2.x' into 'master'

chore(deps): update dependency docker/compose to v2.7.0

See merge request gilden/ci/gitlab-ci-templates!91
This commit is contained in:
Marcel Feix 2022-07-22 06:53:03 +00:00
commit 9630e30a76

View File

@ -2,7 +2,7 @@
image: docker:20.10.16-alpine3.15
stage: deploy
variables:
DOCKER_COMPOSE_VERSION: v2.6.1
DOCKER_COMPOSE_VERSION: 2.7.0
SCP_DESTINATION: ""
SCP_SOURCE: $CI_PROJECT_DIR
COMPOSE_EXTRA_ARGS: ""
@ -52,7 +52,7 @@
image: docker:20.10.16-alpine3.15
stage: verify
variables:
DOCKER_COMPOSE_VERSION: v2.6.1
DOCKER_COMPOSE_VERSION: 2.7.0
before_script:
#Install docker Compose, from release directly
- wget https://github.com/docker/compose/releases/download/$DOCKER_COMPOSE_VERSION/docker-compose-linux-x86_64 -O /usr/local/bin/docker-compose