diff --git a/Dockerfile b/Dockerfile index eabb41c..137ad0b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:10 +FROM node:14 RUN set -ex \ && yarn global add @google/clasp