Switching to node:10.16-alpine

This commit is contained in:
Borales 2019-10-13 23:33:06 +02:00
parent 3dbac8fd64
commit 4e66af0674
No known key found for this signature in database
GPG Key ID: CDC05EA9067B0EB5

View File

@ -1,15 +1,4 @@
FROM node:10
LABEL version="1.1.0"
LABEL repository="https://github.com/Borales/actions-yarn"
LABEL homepage="https://github.com/Borales/actions-yarn"
LABEL maintainer="Oleksandr Bordun <bordun.alexandr@gmail.com>"
LABEL com.github.actions.name="GitHub Action for Yarn"
LABEL com.github.actions.description="Wraps the yarn CLI to enable common yarn commands."
LABEL com.github.actions.icon="package"
LABEL com.github.actions.color="blue"
# COPY LICENSE README.md THIRD_PARTY_NOTICE.md /
FROM node:10.16-alpine
COPY "entrypoint.sh" "/entrypoint.sh"
ENTRYPOINT ["/entrypoint.sh"]