Pin to 3.11 due to 3.12 issues
parent
5b1b9ec222
commit
032243de0a
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue