Update Dockerfile

docker_test
Hitesh Aringa 2023-10-24 09:32:20 -07:00 committed by GitHub
parent 7ab52c1764
commit ff1206d65f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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