mirror of https://github.com/harness/drone.git
[fix] Dockerfile fix (#714)
parent
85337b9418
commit
66ac5e3a5c
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue