From 9543f7e15d5740b5689324e11d7060462c0f28f4 Mon Sep 17 00:00:00 2001 From: Carles Pina i Estany Date: Fri, 27 May 2022 09:24:11 +0200 Subject: [PATCH] Use repository stable Alpine's Edge was used when a newer git version was needed. Now the stable one is new enough --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 2b83c72..4baf5a8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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