From f04477f1378a82fb8c1c275f1c130bd34bf73f3b Mon Sep 17 00:00:00 2001 From: Michael Jerger Date: Fri, 14 Jul 2023 14:22:57 +0200 Subject: [PATCH] use new images --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 287b62e..d4cdd9e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,13 +4,13 @@ stages: - image .py: &py - image: "domaindrivenarchitecture/ddadevops-python:latest" + image: "domaindrivenarchitecture/ddadevops-python:4.1.0" before_script: - python --version - pip install -r requirements.txt .img: &img - image: "domaindrivenarchitecture/ddadevops-dind:latest" + image: "domaindrivenarchitecture/ddadevops-dind:4.1.0" services: - docker:dind before_script: