philschmid commited on
Commit
b4672c9
·
verified ·
1 Parent(s): 845899a

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -3,7 +3,7 @@
3
  # Adapted from https://github.com/vercel/next.js/blob/e60a1e747c3f521fc24dfd9ee2989e13afeb0a9b/examples/with-docker/Dockerfile
4
  # For more information, see https://nextjs.org/docs/pages/building-your-application/deploying#docker-image
5
 
6
- FROM node:20 AS base
7
 
8
  # Install dependencies only when needed
9
  FROM base AS deps
 
3
  # Adapted from https://github.com/vercel/next.js/blob/e60a1e747c3f521fc24dfd9ee2989e13afeb0a9b/examples/with-docker/Dockerfile
4
  # For more information, see https://nextjs.org/docs/pages/building-your-application/deploying#docker-image
5
 
6
+ FROM node:22 AS base
7
 
8
  # Install dependencies only when needed
9
  FROM base AS deps