mirror of
https://github.com/martinbeentjes/npm-get-version-action.git
synced 2025-12-06 15:48:04 +08:00
7 lines
130 B
Docker
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"]
|