From 2c02e01aaa3a4908ac1d2e4be9dcfd7e773f3708 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lu=C3=ADs=20Mendes?= Date: Wed, 30 Oct 2024 04:43:00 +0000 Subject: [PATCH] #2114 - Fix issue of wrong platform used during docker build (#2123) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 274033f4..783f4287 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM --platform=$BUILDPLATFORM alpine:latest +FROM alpine:latest # Install dependencies RUN apk --no-cache add ca-certificates tzdata shadow su-exec