update to node 10.21.0

This commit is contained in:
Brian Gough
2020-06-03 10:23:45 +01:00
parent 9f15b062b0
commit 59bbd35e18
3 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -6,7 +6,7 @@ version: "2.3"
services:
test_unit:
image: node:10.19.0
image: node:10.21.0
volumes:
- .:/app
working_dir: /app
@@ -17,7 +17,7 @@ services:
user: node
test_acceptance:
image: node:10.19.0
image: node:10.21.0
volumes:
- .:/app
working_dir: /app