update to node 10.19.0

This commit is contained in:
Brian Gough 2020-02-07 14:16:31 +00:00
parent 641608c6be
commit 1132932dfc
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 WORKDIR /app
@ -12,7 +12,7 @@ COPY . /app
RUN npm run compile:all RUN npm run compile:all
FROM node:10.16.3 FROM node:10.19.0
COPY --from=app /app /app COPY --from=app /app /app

View file

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