[fix] Dockerfile fix (#714)

pull/3423/head
Enver Bisevac 2023-10-25 09:35:38 +00:00 committed by Harness
parent 85337b9418
commit 66ac5e3a5c
1 changed files with 1 additions and 1 deletions

View File

@ -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