Use alpine edge repository to install git 2.35.2

git 2.35.2 has the option directory.safe needed to fix a recent change
This commit is contained in:
Carles Pina i Estany 2022-04-13 09:29:50 +02:00
parent 96e7dec17b
commit dc60927594

View File

@ -1,6 +1,6 @@
FROM alpine:latest
RUN apk add --no-cache git
RUN apk add --no-cache --repository=http://dl-cdn.alpinelinux.org/alpine/edge/main git
COPY entrypoint.sh /entrypoint.sh