From 032243de0a5dcfc62b31aa7c4c1ee8c1b59fa525 Mon Sep 17 00:00:00 2001 From: Luigi311 Date: Mon, 13 Nov 2023 00:16:44 -0700 Subject: [PATCH] Pin to 3.11 due to 3.12 issues --- Dockerfile.alpine | 2 +- Dockerfile.slim | 2 +- requirements.txt | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Dockerfile.alpine b/Dockerfile.alpine index 5b1a049..9437333 100644 --- a/Dockerfile.alpine +++ b/Dockerfile.alpine @@ -1,4 +1,4 @@ -FROM python:3-alpine +FROM python:3.11-alpine ENV DRYRUN 'True' ENV DEBUG 'True' diff --git a/Dockerfile.slim b/Dockerfile.slim index f667fe7..7cc3c0d 100644 --- a/Dockerfile.slim +++ b/Dockerfile.slim @@ -1,4 +1,4 @@ -FROM python:3-slim +FROM python:3.11-slim ENV DRYRUN 'True' ENV DEBUG 'True' diff --git a/requirements.txt b/requirements.txt index 027232b..332dbb6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -PlexAPI==4.15.2 +PlexAPI==4.15.5 requests==2.31.0 python-dotenv==1.0.0 -aiohttp==3.8.5 +aiohttp==3.8.6