Skip to content

Commit

Permalink
chore(deps): bump node in /javascript
Browse files Browse the repository at this point in the history
Bumps node from 20.16.0-bookworm to 23.4.0-bookworm.

---
updated-dependencies:
- dependency-name: node
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 11, 2024
1 parent 5d11138 commit 7101f2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion javascript/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 . .
Expand Down

0 comments on commit 7101f2d

Please sign in to comment.