Skip to content

Commit

Permalink
Upgraded to Node 14.0.0 (#2816)
Browse files Browse the repository at this point in the history
  • Loading branch information
sootysec committed May 6, 2020
1 parent 849d876 commit 5f01c4a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Expand Up @@ -223,7 +223,7 @@ jobs:
- run: DOCKER_BUILDKIT=1 docker build .
ui:
docker:
- image: circleci/node:11.15.0
- image: circleci/node:14.0.0
steps:
- checkout
- maybe_skip_job
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Expand Up @@ -71,7 +71,7 @@ COPY --from=builder /usr/local/bin/docker /usr/local/bin/

####################################################################################################

FROM node:11.15.0 as argo-ui
FROM node:14.0.0 as argo-ui

ADD ["ui", "."]

Expand Down

0 comments on commit 5f01c4a

Please sign in to comment.