mirror of https://github.com/harness/drone.git
Update Dockerfile
parent
7ab52c1764
commit
ff1206d65f
|
@ -68,7 +68,7 @@ RUN apk --update add ca-certificates
|
||||||
# ---------------------------------------------------------#
|
# ---------------------------------------------------------#
|
||||||
# Create final image #
|
# 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
|
# setup app dir and its content
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
Loading…
Reference in New Issue