Skip to content

Commit

Permalink
chore(deps): update node.js to v20.15.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 9, 2024
1 parent 54a87d3 commit 0c74843
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.12.2 as webbuilder
FROM node:20.15.1 as webbuilder
WORKDIR /webapp
COPY website/ .
RUN --mount=type=cache,target=/webapp/node_modules npm install && yarn build
Expand Down

0 comments on commit 0c74843

Please sign in to comment.