use new images

This commit is contained in:
Michael Jerger 2023-07-14 14:22:57 +02:00
parent 587c8893f0
commit f04477f137

View file

@ -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: