Select Git revision
-
Jason Bedard authoredJason Bedard authored
Dockerfile 248 B
FROM alpine
ADD ./docker/entrypoint.sh /usr/local/bin/docker-entrypoint
RUN apk update && apk add --no-cache git ca-certificates && update-ca-certificates
COPY "./semantic-release" /usr/local/bin/semantic-release
ENTRYPOINT ["docker-entrypoint"]