Skip to content
This repository was archived by the owner on Mar 7, 2022. It is now read-only.

Commit c2676c3

Browse files
authored
Merge pull request #6 from nitrictech/fix/nextjs-images
fix: use node 14 for next to fix images
2 parents 90f9af0 + 1b81e41 commit c2676c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/nextjs-typescript/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
ARG PROVIDER=local
22
FROM nitricimages/membrane-${PROVIDER}:latest as membrane
3-
FROM node:alpine as build
3+
FROM node:14-alpine as build
44

55
# Copy and install dependencies before function code
66
# this avoids reinstalling unchanged dependencies on each code change

0 commit comments

Comments
 (0)