Skip to content

Commit 9543f7e

Browse files
committed
Use repository stable
Alpine's Edge was used when a newer git version was needed. Now the stable one is new enough
1 parent aa2fdff commit 9543f7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM alpine:latest
22

3-
RUN apk add --no-cache --repository=http://dl-cdn.alpinelinux.org/alpine/edge/main git
3+
RUN apk add --no-cache git
44

55
COPY entrypoint.sh /entrypoint.sh
66

0 commit comments

Comments
 (0)