From a7a00756bcd28be3255f292b241155ab14e0e937 Mon Sep 17 00:00:00 2001 From: Michael Jerger Date: Fri, 16 Feb 2024 18:20:23 +0100 Subject: [PATCH] fix the bootstrap --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 37ee942..a118016 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,14 +4,14 @@ stages: - image .py: &py - image: "domaindrivenarchitecture/ddadevops-python:4.10.5" + image: "domaindrivenarchitecture/ddadevops-python:4.10.8" 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.5" + image: "domaindrivenarchitecture/ddadevops-dind:4.10.8" services: - docker:dind before_script: