update node to v10.21.0

This commit is contained in:
Brian Gough
2020-06-03 09:12:21 +01:00
parent 5a39b03bd4
commit f973b377f0
4 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -7,7 +7,7 @@ version: "2.3"
services:
test_unit:
image: node:10.19.0
image: node:10.21.0
volumes:
- .:/app
working_dir: /app
@@ -18,7 +18,7 @@ services:
user: node
test_acceptance:
image: node:10.19.0
image: node:10.21.0
volumes:
- .:/app
working_dir: /app