Skip to content

Commit d8412cd

Browse files
committed
chore(deps): update node to v24.0.1
1 parent aebe5ec commit d8412cd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
22.15.0
1+
24.0.1

Dockerfile

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

6-
FROM node:22.15.0-alpine@sha256:ad1aedbcc1b0575074a91ac146d6956476c1f9985994810e4ee02efd932a68fd AS base
6+
FROM node:24.0.1-alpine@sha256:37712740dc486f179b9540be1c6703cef3f805ea932573a007db748b71189afe AS base
77

88
# corepack is broken https://github.com/nodejs/corepack/issues/612
99
# TODO: remove the following when corepack is fixed

0 commit comments

Comments
 (0)