diff --git a/Dockerfile b/Dockerfile index c5d1437..ea8b105 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:12-alpine +FROM node:16-alpine # Install all build dependencies RUN apk update \