From cd9b22d2e076f7045a6dd8cde0ec150f2c6d6245 Mon Sep 17 00:00:00 2001 From: Adam French Date: Mon, 24 Nov 2025 13:54:03 +0000 Subject: [PATCH] correct platform --- icecast/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icecast/Dockerfile b/icecast/Dockerfile index 595e6a5..e8793c0 100644 --- a/icecast/Dockerfile +++ b/icecast/Dockerfile @@ -1,4 +1,4 @@ -FROM pltnk/icecast2 +FROM --platform=amd64/v8 pltnk/icecast2 RUN apk add --no-cache gettext