Merge pull request #159 from parkervcp/update_redbot_image

fix redbot image to use bullseye again
This commit is contained in:
Quinten
2023-06-18 09:48:50 +02:00
committed by GitHub

View File

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