fix redbot image to use bullseye again

This commit is contained in:
Michael (Parker) Parker
2023-06-17 18:48:51 -04:00
parent df897e2599
commit 3a53a5bb6e

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"