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

fix: use node 14 for next to fix images #6

Merged
merged 1 commit into from
Jun 16, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion templates/nextjs-typescript/Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down