change obsolete docker image "docker/compose:1.29.2" to "docker:25.0"

This commit is contained in:
Simon Liska 2024-04-02 17:22:33 +02:00
parent 35f21ba697
commit 525ebf2b45
2 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,7 @@ steps:
- name: test
pull: if-not-exists
{%- if cookiecutter.use_docker == 'y' %}
image: docker/compose:1.29.2
image: docker:25.0
environment:
DATABASE_URL: pgsql://$POSTGRES_USER:$POSTGRES_PASSWORD@postgres/$POSTGRES_DB
commands:

View File

@ -27,7 +27,7 @@ precommit:
pytest:
stage: test
{%- if cookiecutter.use_docker == 'y' %}
image: docker/compose:1.29.2
image: docker:25.0
tags:
- docker
services: