Skip to content

Commit

Permalink
Use node:16
Browse files Browse the repository at this point in the history
  • Loading branch information
mujx committed Apr 10, 2022
1 parent f5fabfd commit 5ba914c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
command: nix-shell --run "hlint src && hlint app"
build_dashboard:
docker:
- image: node:14
- image: node:16
steps:
- checkout
- restore_cache:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#
# Build the frontend.
#
FROM node:14 as dashboard-builder
FROM node:16 as dashboard-builder

WORKDIR /usr/src/app

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.arm
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#
# Build the frontend.
#
FROM node:14 as dashboard-builder
FROM node:16 as dashboard-builder

WORKDIR /usr/src/app

Expand Down

0 comments on commit 5ba914c

Please sign in to comment.