Pin to 3.11 due to 3.12 issues
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
FROM python:3-alpine
|
FROM python:3.11-alpine
|
||||||
|
|
||||||
ENV DRYRUN 'True'
|
ENV DRYRUN 'True'
|
||||||
ENV DEBUG 'True'
|
ENV DEBUG 'True'
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
FROM python:3-slim
|
FROM python:3.11-slim
|
||||||
|
|
||||||
ENV DRYRUN 'True'
|
ENV DRYRUN 'True'
|
||||||
ENV DEBUG 'True'
|
ENV DEBUG 'True'
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
PlexAPI==4.15.2
|
PlexAPI==4.15.5
|
||||||
requests==2.31.0
|
requests==2.31.0
|
||||||
python-dotenv==1.0.0
|
python-dotenv==1.0.0
|
||||||
aiohttp==3.8.5
|
aiohttp==3.8.6
|
||||||
|
|||||||
Reference in New Issue
Block a user