Skip to content

Commit 2d5d722

Browse files
authored
👷 upgrade Node.js base image from 21 to 22 in Dockerfile (#17969)
* Initial plan * fix: upgrade Node.js base image from 21 to 22 in Dockerfile to fix corepack ERR_VM_DYNAMIC_IMPORT_CALLBACK_MISSING --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
1 parent 96dfe0b commit 2d5d722

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM --platform=$BUILDPLATFORM node:21 AS node-build
1+
FROM --platform=$BUILDPLATFORM node:22 AS node-build
22

33
ARG NPM_REGISTRY=
44

0 commit comments

Comments
 (0)