Skip to content

Commit

Permalink
chore(deps): update node.js to v22 (#486)
Browse files Browse the repository at this point in the history
[skip ci]

Co-authored-by: gabe565-renovate[bot] <156644344+gabe565-renovate[bot]@users.noreply.github.com>
  • Loading branch information
gabe565-renovate[bot] authored Dec 20, 2024
1 parent 2f468a5 commit 717c1da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20
22
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM --platform=$BUILDPLATFORM node:20-alpine AS node-builder
FROM --platform=$BUILDPLATFORM node:22-alpine AS node-builder
WORKDIR /app

COPY package.json package-lock.json .npmrc ./
Expand Down

0 comments on commit 717c1da

Please sign in to comment.