Skip to content

Commit 859eb7a

Browse files
committed
⬆️ upgrade node engine version
1 parent d9e03d4 commit 859eb7a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ FROM chef as dep_cacher
1313
COPY --from=dep_planner /siwe-oidc/recipe.json recipe.json
1414
RUN cargo chef cook --release --recipe-path recipe.json
1515

16-
FROM node:18.17.1-alpine3.18 as node_builder
16+
FROM node:18.20.0-alpine3.18 as node_builder
1717

1818
# Reference https://github.com/mhart/alpine-node/issues/27#issuecomment-880663905
1919
RUN apk add --no-cache --virtual .build-deps alpine-sdk python3

js/ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,6 @@
6262
"webpack-dev-server": "4.6.0"
6363
},
6464
"engines": {
65-
"node": ">=18.17.1"
65+
"node": ">=18.18.1"
6666
}
6767
}

0 commit comments

Comments
 (0)