mirror of
https://github.com/ManiMatter/decluttarr.git
synced 2026-04-20 15:55:40 +02:00
Fixing python version to 3.10.13, since later versions seem to have issues with certain pip requirements
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
FROM python:3.9-slim-buster
|
||||
#FROM python:3.9-slim-buster
|
||||
FROM python:3.10.13-slim
|
||||
LABEL org.opencontainers.image.source="https://github.com/ManiMatter/decluttarr"
|
||||
|
||||
ENV IS_IN_DOCKER 1
|
||||
|
||||
Reference in New Issue
Block a user