We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b91521e commit f1f85deCopy full SHA for f1f85de
dashboard-fe/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM node:12.22-alpine as test-target
+FROM node:17.6-alpine as test-target
2
ENV NODE_ENV=test
3
ENV PATH $PATH:/usr/src/app/node_modules/.bin
4
WORKDIR /usr/src/app
@@ -17,7 +17,7 @@ RUN yarn build
17
RUN yarn install --production
18
19
# Archive
20
-FROM node:12.22-alpine as archive-target
+FROM node:17.6-alpine as archive-target
21
ENV NODE_ENV=production
22
23
0 commit comments