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:
@@ -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"
|
||||
|
||||
|
@@ -1,4 +1,4 @@
|
||||
FROM --platform=$TARGETOS/$TARGETARCH python:3.7-slim
|
||||
FROM --platform=$TARGETOS/$TARGETARCH python:3.7-slim-bookworm
|
||||
|
||||
LABEL author="Michael Parker" maintainer="parker@pterodactyl.io"
|
||||
|
||||
|
Reference in New Issue
Block a user