From 4e66af06744ebec814a45dd1ec659c3a05ee5cf7 Mon Sep 17 00:00:00 2001 From: Borales Date: Sun, 13 Oct 2019 23:33:06 +0200 Subject: [PATCH] Switching to node:10.16-alpine --- Dockerfile | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/Dockerfile b/Dockerfile index 02d879b..3f5b28a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 " - -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"]