Skip to content

Commit

Permalink
⬆️ Upgrade node version
Browse files Browse the repository at this point in the history
  • Loading branch information
mhetreayush committed Jun 7, 2024
1 parent 3639054 commit bb4e37c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ FROM chef as dep_cacher
COPY --from=dep_planner /siwe-oidc/recipe.json recipe.json
RUN cargo chef cook --release --recipe-path recipe.json

FROM node:18.17.1-alpine3.18 as node_builder
FROM node:18.20.0-alpine3.18 as node_builder

# Reference https://github.com/mhart/alpine-node/issues/27#issuecomment-880663905
RUN apk add --no-cache --virtual .build-deps alpine-sdk python3
Expand Down
2 changes: 1 addition & 1 deletion js/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,6 @@
"webpack-dev-server": "4.6.0"
},
"engines": {
"node": ">=18.17.1"
"node": ">=18.20.0"
}
}

0 comments on commit bb4e37c

Please sign in to comment.