Update Dockerfile (#234)

* Update Dockerfile

There was a mistake made here. This is the 3.12 dockerfile but you are using python 3.7. This should fix that

* also fix 3.7

---------

Co-authored-by: Quinten <67589015+QuintenQVD0@users.noreply.github.com>
This commit is contained in:
Poseidon
2024-04-04 11:57:50 +02:00
committed by GitHub
parent 66769a165b
commit c80ad9aa0a
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
FROM --platform=$TARGETOS/$TARGETARCH python:3.7-slim-bookworm
FROM --platform=$TARGETOS/$TARGETARCH python:3.12-slim-bookworm
LABEL author="Michael Parker" maintainer="parker@pterodactyl.io"