mirror of
https://github.com/luzifer-docker/curator.git
synced 2024-11-08 14:20:11 +00:00
Pin Python to 3.8, 3.9+ is not supported
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
af75e35763
commit
63d56e65e7
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
FROM python:3-alpine
|
||||
FROM python:3.8-alpine
|
||||
|
||||
LABEL maintainer Knut Ahlers <knut@ahlers.me>
|
||||
|
||||
|
|
Loading…
Reference in a new issue