mirror of
https://github.com/cpina/github-action-push-to-another-repository.git
synced 2024-12-22 08:06:10 -07:00
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:
parent
aa2fdffb28
commit
9543f7e15d
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user