We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9e03d4 commit 859eb7aCopy full SHA for 859eb7a
Dockerfile
@@ -13,7 +13,7 @@ FROM chef as dep_cacher
13
COPY --from=dep_planner /siwe-oidc/recipe.json recipe.json
14
RUN cargo chef cook --release --recipe-path recipe.json
15
16
-FROM node:18.17.1-alpine3.18 as node_builder
+FROM node:18.20.0-alpine3.18 as node_builder
17
18
# Reference https://github.com/mhart/alpine-node/issues/27#issuecomment-880663905
19
RUN apk add --no-cache --virtual .build-deps alpine-sdk python3
js/ui/package.json
@@ -62,6 +62,6 @@
62
"webpack-dev-server": "4.6.0"
63
},
64
"engines": {
65
- "node": ">=18.17.1"
+ "node": ">=18.18.1"
66
}
67
0 commit comments