Innopolis University DevOps Playground
Skip to content
Snippets Groups Projects
Commit 94442fdb authored by Anton Kudryavtsev's avatar Anton Kudryavtsev
Browse files

cicd: use python 3.10 slim buster image

parent 10e161b6
No related branches found
No related tags found
2 merge requests!36Improve code quality,!35Improve code quality
Pipeline #822 passed with stage
in 56 seconds
......@@ -37,7 +37,7 @@ ruff:
mypy:
stage: linting
image: python:alpine
image: python:3.10-slim-buster
before_script:
- pip install poetry
- poetry config virtualenvs.create false
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment