Update Python to 3.11

Tested on new install
This commit is contained in:
Loki
2023-05-04 16:07:45 -07:00
committed by GitHub
parent a5643ab7f6
commit 25fbe04ec3

View File

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