update to node 10.19.0

This commit is contained in:
Brian Gough 2020-02-07 14:16:31 +00:00
parent f60c247a22
commit f8ba165fe7
2 changed files with 3 additions and 3 deletions

View file

@ -1,4 +1,4 @@
FROM node:10.16.3 as app
FROM node:10.19.0 as app
WORKDIR /app
@ -11,7 +11,7 @@ COPY . /app
FROM node:10.16.3
FROM node:10.19.0
COPY --from=app /app /app

View file

@ -7,7 +7,7 @@ version: "2"
services:
test_unit:
image: node:10.16.3
image: node:10.19.0
volumes:
- .:/app
working_dir: /app