Update mumble to use alpine edge

This commit is contained in:
Quinten
2024-03-04 14:22:25 +01:00
committed by GitHub
parent 63dc802953
commit 7aee391200

View File

@@ -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"