From 46b8172f11a4dba20d2b03040a1cbde6ac302ca3 Mon Sep 17 00:00:00 2001 From: erik Date: Wed, 16 Aug 2023 14:15:38 +0200 Subject: [PATCH] Use v4.3.1 --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4ea93f7..911e93c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,7 +4,7 @@ stages: - image .py: &py - image: "domaindrivenarchitecture/ddadevops-python:4.3.0" + image: "domaindrivenarchitecture/ddadevops-python:4.3.1" before_script: - python --version - pip install -r requirements.txt