From 7aee391200c7d951eaae799e8c7b952f492409e8 Mon Sep 17 00:00:00 2001 From: Quinten <67589015+QuintenQVD0@users.noreply.github.com> Date: Mon, 4 Mar 2024 14:22:25 +0100 Subject: [PATCH] Update mumble to use alpine edge --- voice/mumble/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/voice/mumble/Dockerfile b/voice/mumble/Dockerfile index f22b797..cfac818 100644 --- a/voice/mumble/Dockerfile +++ b/voice/mumble/Dockerfile @@ -1,4 +1,4 @@ -FROM --platform=$TARGETOS/$TARGETARCH alpine:3.16 +FROM --platform=$TARGETOS/$TARGETARCH alpine:edge LABEL author="Michael Parker" maintainer="parker@pterodactyl.io"