We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff171e3 commit 6dbca43Copy full SHA for 6dbca43
build/package/Dockerfile.build
@@ -1,4 +1,4 @@
1
-FROM node:20.6.1 as build-deps
+FROM node:20.9.0 as build-deps
2
WORKDIR /usr/src/app
3
COPY ./frontend ./
4
RUN yarn install && yarn build
0 commit comments