From 13651fd3be8d5ce8dcd7c94b920bda4e00b75aca Mon Sep 17 00:00:00 2001 From: Matthias Date: Wed, 12 Jan 2022 20:34:14 +0100 Subject: [PATCH] Downgrade docker-image to 3.9.9 --- .github/workflows/ci.yml | 1 + Dockerfile | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 83a01a60b..15f64ad38 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,6 +5,7 @@ on: branches: - stable - develop + - ci/* tags: release: types: [published] diff --git a/Dockerfile b/Dockerfile index 1d283e5c5..8f5b85698 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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