Skip to content

Commit c8a1d3d

Browse files
authored
Merge pull request #1527 from privy-open-source/renovate/node-22.x
chore(deps): update node.js to v22
2 parents 019d8c7 + 101f550 commit c8a1d3d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20
1+
22

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
##############################
22
## Building
33
##############################
4-
FROM node:20-alpine as builder
4+
FROM node:22-alpine as builder
55

66
# RUN apk update && apk upgrade
77

0 commit comments

Comments
 (0)