Update docker base image to buster for node

This commit is contained in:
Tim Jacomb
2020-09-21 11:01:22 +01:00
parent 60e9799075
commit f77333c351
3 changed files with 3 additions and 3 deletions
@@ -1,4 +1,4 @@
FROM node:12 AS build
FROM node:12-buster AS build
RUN mkdir /app
COPY . /app