Skip to content

Commit daf314c

Browse files
committed
chore: change base image for template base dockerfile [skip ci]
1 parent 3d5b9f0 commit daf314c

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

templates/_template/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1+
# To use this Dockerfile, you have to set `output: 'standalone'` in your next.config.mjs file.
12
# From https://github.com/vercel/next.js/blob/canary/examples/with-docker/Dockerfile
23

3-
FROM node:18-alpine AS base
4+
FROM node:22.12.0-alpine AS base
45

56
# Install dependencies only when needed
67
FROM base AS deps

templates/blank/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1+
# To use this Dockerfile, you have to set `output: 'standalone'` in your next.config.mjs file.
12
# From https://github.com/vercel/next.js/blob/canary/examples/with-docker/Dockerfile
23

3-
FROM node:18-alpine AS base
4+
FROM node:22.12.0-alpine AS base
45

56
# Install dependencies only when needed
67
FROM base AS deps

0 commit comments

Comments
 (0)