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