diff --git a/javascript/Dockerfile b/javascript/Dockerfile index 3903a8f..bb349ef 100644 --- a/javascript/Dockerfile +++ b/javascript/Dockerfile @@ -6,7 +6,7 @@ # If any needed dependencies rely on native binaries, you must use # a riscv64 image such as cartesi/node:20-jammy for the build stage, # to ensure that the appropriate binaries will be generated. -FROM node:20.16.0-bookworm AS build-stage +FROM node:23.4.0-bookworm AS build-stage WORKDIR /opt/cartesi/dapp COPY . .