update to node 10.21.0

This commit is contained in:
Brian Gough 2020-06-03 10:22:48 +01:00
parent 4e9bd9c0dd
commit 7585209fb6
3 changed files with 4 additions and 4 deletions

View file

@ -1 +1 @@
10.19.0 10.21.0

View file

@ -2,7 +2,7 @@
# Instead run bin/update_build_scripts from # Instead run bin/update_build_scripts from
# https://github.com/sharelatex/sharelatex-dev-environment # https://github.com/sharelatex/sharelatex-dev-environment
FROM node:10.19.0 as base FROM node:10.21.0 as base
WORKDIR /app WORKDIR /app

View file

@ -6,7 +6,7 @@ version: "2.3"
services: services:
test_unit: test_unit:
image: node:10.19.0 image: node:10.21.0
volumes: volumes:
- .:/app - .:/app
working_dir: /app working_dir: /app
@ -17,7 +17,7 @@ services:
user: node user: node
test_acceptance: test_acceptance:
image: node:10.19.0 image: node:10.21.0
volumes: volumes:
- .:/app - .:/app
working_dir: /app working_dir: /app