From b44d1e93592ffee557b3f52c9afee6fc67f341c1 Mon Sep 17 00:00:00 2001 From: DL6ER Date: Fri, 24 Jan 2025 18:59:32 +0100 Subject: [PATCH] Use alpine:3.21.1 as alpine:lastest and alpine:3.21.2 are currently broken when compiling armv6 (serious compiler errors happening in random places) Signed-off-by: DL6ER --- ftl-build/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ftl-build/Dockerfile b/ftl-build/Dockerfile index 137621b..83aaeca 100644 --- a/ftl-build/Dockerfile +++ b/ftl-build/Dockerfile @@ -1,4 +1,4 @@ -ARG CONTAINER="alpine:3.21" +ARG CONTAINER="alpine:3.21.1" FROM ${CONTAINER} AS builder ARG TARGETPLATFORM