Skip to content

Commit b7f430a

Browse files
chore(deps): update node.js to v20.11.0
1 parent d4e6587 commit b7f430a

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.11.0 as build-deps
22
WORKDIR /usr/src/app
33
COPY ./frontend ./
44
RUN yarn install && yarn build

0 commit comments

Comments
 (0)