Skip to content

Commit

Permalink
Downgrade docker-image to 3.9.9
Browse files Browse the repository at this point in the history
  • Loading branch information
xmatthias committed Jan 13, 2022
1 parent 814a343 commit 13651fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
branches:
- stable
- develop
- ci/*
tags:
release:
types: [published]
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 13651fd

Please sign in to comment.