From 06a650fd7773dab300c069c55987a045e6a73a1d Mon Sep 17 00:00:00 2001 From: Michael Jerger Date: Tue, 15 Aug 2023 08:28:15 +0200 Subject: [PATCH] use new version for ci --- .gitlab-ci.yml | 2 +- infrastructure/python/image/Dockerfile | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 01a4e4a..52ccd7d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,7 +4,7 @@ stages: - image .py: &py - image: "domaindrivenarchitecture/ddadevops-python:4.1.0" + image: "domaindrivenarchitecture/ddadevops-python:4.3.2-dev2023-08-15-08-26-54" before_script: - python --version - pip install -r requirements.txt diff --git a/infrastructure/python/image/Dockerfile b/infrastructure/python/image/Dockerfile index 3d49141..57d756c 100644 --- a/infrastructure/python/image/Dockerfile +++ b/infrastructure/python/image/Dockerfile @@ -5,3 +5,4 @@ RUN apk add --no-cache build-base rust python3 python3-dev py3-pip py3-setuptool RUN python3 -m pip install -U pip; RUN pip3 install pybuilder ddadevops deprecation dda-python-terraform boto3 pyyaml inflection; RUN pip3 install coverage flake8 flake8-polyfill mypy mypy-extensions pycodestyle pyflakes pylint pytest pytest-cov pytest-datafiles types-setuptools types-PyYAML; +RUN pip3 install --upgrade ddadevops --pre