diff --git a/Dockerfile b/Dockerfile index 63a3ede..68bcf98 100755 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:12-slim +FROM node:14-slim LABEL version="1.0.0" LABEL "repository"="http://github.com/jzweifel/gatsby-cli-github-action"