Update Dockerfile
Browse files- 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:
|
| 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
|