Skip to content

Commit f1f85de

Browse files
Update Node.js to v17 (#401)
Co-authored-by: Renovate Bot <[email protected]>
1 parent b91521e commit f1f85de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dashboard-fe/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:12.22-alpine as test-target
1+
FROM node:17.6-alpine as test-target
22
ENV NODE_ENV=test
33
ENV PATH $PATH:/usr/src/app/node_modules/.bin
44
WORKDIR /usr/src/app
@@ -17,7 +17,7 @@ RUN yarn build
1717
RUN yarn install --production
1818

1919
# Archive
20-
FROM node:12.22-alpine as archive-target
20+
FROM node:17.6-alpine as archive-target
2121
ENV NODE_ENV=production
2222
ENV PATH $PATH:/usr/src/app/node_modules/.bin
2323
WORKDIR /usr/src/app

0 commit comments

Comments
 (0)