Skip to content

Commit

Permalink
chore(deps): update node.js to v20.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 9, 2023
1 parent ed89d13 commit b0c5743
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tibuild/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Copy 'website/' contents(not entire folder) into .(/webapp/) and build React
FROM node:20.9.0 as webbuilder
FROM node:20.10.0 as webbuilder
WORKDIR /webapp
COPY website/ .
RUN --mount=type=cache,target=/webapp/node_modules npm install && yarn build
Expand Down

0 comments on commit b0c5743

Please sign in to comment.