Skip to content

Commit

Permalink
chore(deps): bump node in /typescript
Browse files Browse the repository at this point in the history
Bumps node from 20.16.0-bookworm to 22.9.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 Sep 19, 2024
1 parent 3aeea1e commit 27c47d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion typescript/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:22.9.0-bookworm AS build-stage

WORKDIR /opt/cartesi/dapp
COPY . .
Expand Down

0 comments on commit 27c47d9

Please sign in to comment.