From ff1206d65f6c49893c4430bccba426125b0d1ba1 Mon Sep 17 00:00:00 2001 From: Hitesh Aringa Date: Tue, 24 Oct 2023 09:32:20 -0700 Subject: [PATCH] Update Dockerfile --- 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