Skip to content

Commit

Permalink
Bump dashboard image node version (#1896)
Browse files Browse the repository at this point in the history
  • Loading branch information
liranbg committed Nov 3, 2020
1 parent ed29047 commit 41f4c1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/dashboard/docker/Dockerfile
Expand Up @@ -17,7 +17,7 @@
#
ARG NUCLIO_LABEL

FROM node:8 as build-static
FROM node:10.21.0 as build-static

# copy source tree
COPY ./pkg/dashboard/ui /home/nuclio/dashboard/src
Expand Down

0 comments on commit 41f4c1b

Please sign in to comment.