Skip to content

Commit

Permalink
Upgrade FE test image
Browse files Browse the repository at this point in the history
Based on the discussion in hyperledger#536, upgrade the node image
used by FE test to 14.17.

Signed-off-by: xichen1 <[email protected]>
  • Loading branch information
xichen1 committed Aug 12, 2023
1 parent ee03758 commit 9b15dac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/dashboard/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '3.2'
services:
test-dashboard:
image: node:12.6.0-slim
image: node:14.17
volumes:
- $ROOT_PATH/src/dashboard:/dashboard
working_dir: /dashboard
Expand Down

0 comments on commit 9b15dac

Please sign in to comment.