github-action-push-to-anoth.../Dockerfile
Carles Pina i Estany 9543f7e15d Use repository stable
Alpine's Edge was used when a newer git version was needed. Now the
stable one is new enough
2022-05-27 09:24:11 +02:00

8 lines
113 B
Docker

FROM alpine:latest
RUN apk add --no-cache git
COPY entrypoint.sh /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]