Files
npm-get-version-action/Dockerfile
2022-04-20 11:47:50 +02:00

7 lines
130 B
Docker

FROM alpine:3.10
RUN apk add --no-cache ca-certificates bash jq
COPY entrypoint.sh /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]