mirror of https://github.com/harness/drone.git
Upgrade alpine git image version (#639)
parent
e737b20b79
commit
504f40cc50
|
@ -60,7 +60,7 @@ RUN apk --update add ca-certificates
|
|||
# ---------------------------------------------------------#
|
||||
# Create final image #
|
||||
# ---------------------------------------------------------#
|
||||
FROM alpine/git:2.36.3 as final
|
||||
FROM alpine/git:2.40.1 as final
|
||||
|
||||
# setup app dir and its content
|
||||
WORKDIR /app
|
||||
|
|
Loading…
Reference in New Issue