Skip to content

Commit a0f75f5

Browse files
chore(deps): update node.js to v20.10.0
1 parent 1915c37 commit a0f75f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/package/Dockerfile.build

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:20.6.1 as build-deps
1+
FROM node:20.10.0 as build-deps
22
WORKDIR /usr/src/app
33
COPY ./frontend ./
44
RUN yarn install && yarn build

0 commit comments

Comments
 (0)