From 25fbe04ec395f0f4179cfb125af439e821e74c97 Mon Sep 17 00:00:00 2001 From: Loki <59907407+Loki-101@users.noreply.github.com> Date: Thu, 4 May 2023 16:07:45 -0700 Subject: [PATCH] Update Python to 3.11 Tested on new install --- bot/red/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot/red/Dockerfile b/bot/red/Dockerfile index 92f9d98..ecbc0c0 100644 --- a/bot/red/Dockerfile +++ b/bot/red/Dockerfile @@ -1,4 +1,4 @@ -FROM --platform=$TARGETOS/$TARGETARCH python:3.8-slim +FROM --platform=$TARGETOS/$TARGETARCH python:3.11-slim LABEL author="Michael Parker" maintainer="parker@pterodactyl.io"