update debian images

rolls the debian images back to debian bullseye while bookworm is evaluated
This commit is contained in:
Michael (Parker) Parker
2023-06-17 18:34:59 -04:00
parent f379714c4f
commit 1abfb801ea
6 changed files with 6 additions and 6 deletions

View File

@@ -20,7 +20,7 @@
# SOFTWARE.
#
FROM --platform=$TARGETOS/$TARGETARCH debian:stable-slim
FROM --platform=$TARGETOS/$TARGETARCH debian:bullseye-slim
LABEL author="Matthew Penner" maintainer="matthew@pterodactyl.io"