Skip to content

Commit

Permalink
Update node to 12 (#2830)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bobgy authored and k8s-ci-robot committed Jan 13, 2020
1 parent a8bd3ae commit 6d8cab0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions frontend/.nvmrc
@@ -0,0 +1 @@
v12.14.1
4 changes: 2 additions & 2 deletions frontend/Dockerfile
@@ -1,4 +1,4 @@
FROM node:9.4.0 as build
FROM node:12.14.1 as build

ARG COMMIT_HASH
ARG DATE
Expand Down Expand Up @@ -37,7 +37,7 @@ RUN npm i -D license-checker
RUN node gen_licenses . && node gen_licenses server && \
cat dependency-licenses.txt >> server/dependency-licenses.txt

FROM node:9.4.0-alpine
FROM node:12.14.1-alpine

COPY --from=build ./src/frontend/server /server
COPY --from=build ./src/frontend/build /client
Expand Down

0 comments on commit 6d8cab0

Please sign in to comment.