FROM alpine/git

RUN apk add --no-cache curl

ADD update /update

ENTRYPOINT /bin/sh