diff --git a/templates/nextjs-typescript/Dockerfile b/templates/nextjs-typescript/Dockerfile index 7fc7a38..68b091e 100644 --- a/templates/nextjs-typescript/Dockerfile +++ b/templates/nextjs-typescript/Dockerfile @@ -1,6 +1,6 @@ ARG PROVIDER=local FROM nitricimages/membrane-${PROVIDER}:latest as membrane -FROM node:alpine as build +FROM node:14-alpine as build # Copy and install dependencies before function code # this avoids reinstalling unchanged dependencies on each code change