Pin to 3.11 due to 3.12 issues

pull/114/head
Luigi311 2023-11-13 00:16:44 -07:00
parent 5b1b9ec222
commit 032243de0a
3 changed files with 4 additions and 4 deletions

View File

@ -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'

View File

@ -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'

View File

@ -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