Downgrade docker-image to 3.9.9

This commit is contained in:
Matthias 2022-01-12 20:34:14 +01:00
parent 814a343ed3
commit 13651fd3be
2 changed files with 2 additions and 1 deletions

View File

@ -5,6 +5,7 @@ on:
branches:
- stable
- develop
- ci/*
tags:
release:
types: [published]

View File

@ -1,4 +1,4 @@
FROM python:3.10.0-slim-bullseye as base
FROM python:3.9.9-slim-bullseye as base
# Setup env
ENV LANG C.UTF-8