From ee20925e04907f95bba793a5feabc7af5048a93c Mon Sep 17 00:00:00 2001 From: Mirco Date: Thu, 21 Dec 2023 14:22:29 +0100 Subject: [PATCH] gitlabci.yml use dind/python 4.10.5 --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 49cf48e..37ee942 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,14 +4,14 @@ stages: - image .py: &py - image: "domaindrivenarchitecture/ddadevops-python:4.10.0" + image: "domaindrivenarchitecture/ddadevops-python:4.10.5" 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.0" + image: "domaindrivenarchitecture/ddadevops-dind:4.10.5" services: - docker:dind before_script: