use new ddadevops

This commit is contained in:
Michael Jerger 2023-08-16 15:42:59 +02:00
parent b6b2e6d9b5
commit ec0844d53b
2 changed files with 2 additions and 2 deletions

View file

@ -4,7 +4,7 @@ stages:
- image
.py: &py
image: "domaindrivenarchitecture/ddadevops-python:4.3.1"
image: "domaindrivenarchitecture/ddadevops-python:4.3.2-dev2023-08-16-15-37-46"
before_script:
- export RELEASE_ARTIFACT_TOKEN=$RELEASE_ARTIFACT_TOKEN
- python --version

View file

@ -33,7 +33,7 @@ default_task = "dev"
name = "ddadevops"
MODULE = "not-used"
PROJECT_ROOT_PATH = "."
version = "4.3.2-dev1"
version = "4.3.2-dev2"
summary = "tools to support builds combining gopass, terraform, dda-pallet, aws & hetzner-cloud"
description = __doc__
authors = [Author("meissa GmbH", "buero@meissa-gmbh.de")]