Merge pull request #150 from Loki-101/patch-2

Update Python to 3.11
This commit is contained in:
Quinten
2023-05-05 17:52:46 +02:00
committed by GitHub

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"