diff --git a/Dockerfile b/Dockerfile index 9735109..a383237 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,8 +1,8 @@ -FROM alpine:3.10 +FROM alpine:latest COPY entrypoint.sh /entrypoint.sh -RUN apk add npm +RUN apk add --update npm RUN npm install -g @google/clasp