Upgrade alpine git image version (#639)

pull/3405/head
Hitesh Aringa 2023-10-02 23:41:29 +00:00 committed by Harness
parent e737b20b79
commit 504f40cc50
1 changed files with 1 additions and 1 deletions

View File

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