From f5c75a31f5e735df1de7a311f414a1aeb2c3f4bd Mon Sep 17 00:00:00 2001 From: Michael Jerger Date: Fri, 16 Feb 2024 18:40:58 +0100 Subject: [PATCH] use 4.10.7 --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a118016..ab7c30a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,14 +4,14 @@ stages: - image .py: &py - image: "domaindrivenarchitecture/ddadevops-python:4.10.8" + image: "domaindrivenarchitecture/ddadevops-python:4.10.7" before_script: - export RELEASE_ARTIFACT_TOKEN=$MEISSA_REPO_BUERO_RW - python --version - pip install -r requirements.txt .img: &img - image: "domaindrivenarchitecture/ddadevops-dind:4.10.8" + image: "domaindrivenarchitecture/ddadevops-dind:4.10.7" services: - docker:dind before_script: