We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aebe5ec commit d8412cdCopy full SHA for d8412cd
.nvmrc
@@ -1 +1 @@
1
-22.15.0
+24.0.1
Dockerfile
@@ -3,7 +3,7 @@
3
# To use this Dockerfile, you have to set `output: 'standalone'` in your next.config.js file.
4
# From https://github.com/vercel/next.js/blob/canary/examples/with-docker/Dockerfile
5
6
-FROM node:22.15.0-alpine@sha256:ad1aedbcc1b0575074a91ac146d6956476c1f9985994810e4ee02efd932a68fd AS base
+FROM node:24.0.1-alpine@sha256:37712740dc486f179b9540be1c6703cef3f805ea932573a007db748b71189afe AS base
7
8
# corepack is broken https://github.com/nodejs/corepack/issues/612
9
# TODO: remove the following when corepack is fixed
0 commit comments