Use repository stable

Alpine's Edge was used when a newer git version was needed. Now the
stable one is new enough
This commit is contained in:
Carles Pina i Estany 2022-05-27 09:24:11 +02:00
parent aa2fdffb28
commit 9543f7e15d

View File

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