From 7def6d17d91ca322793f9daa05215bde269c0e16 Mon Sep 17 00:00:00 2001 From: Quinten <67589015+QuintenQVD0@users.noreply.github.com> Date: Tue, 2 Apr 2024 16:05:42 +0200 Subject: [PATCH] use mongo 7 for jammy --- bot/bastion/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot/bastion/Dockerfile b/bot/bastion/Dockerfile index a3fd8a9..b1a7a6f 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"