From 66ac5e3a5c6e0ff8323b8a52943136b456147b66 Mon Sep 17 00:00:00 2001 From: Enver Bisevac Date: Wed, 25 Oct 2023 09:35:38 +0000 Subject: [PATCH] [fix] Dockerfile fix (#714) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 36220a047..19e604bdd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -68,7 +68,7 @@ RUN apk --update add ca-certificates # ---------------------------------------------------------# # Create final image # # ---------------------------------------------------------# -FROM --platform=$BUILDPLATFORM alpine/git:2.40.1 as final +FROM --platform=$TARGETPLATFORM alpine/git:2.40.1 as final # setup app dir and its content WORKDIR /app