diff --git a/bot/bastion/Dockerfile b/bot/bastion/Dockerfile index a3fd8a974..b1a7a6fd3 100644 --- a/bot/bastion/Dockerfile +++ b/bot/bastion/Dockerfile @@ -1,4 +1,4 @@ -FROM --platform=$TARGETOS/$TARGETARCH mongo:6-jammy +FROM --platform=$TARGETOS/$TARGETARCH mongo:7-jammy LABEL author="Michael Parker" maintainer="parker@pterodactyl.io"