Merge pull request #2530 from timja/use-buster

Update docker base image to buster for node
This commit is contained in:
Ben Lambert
2020-09-25 10:55:42 +02:00
committed by GitHub
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
FROM node:12
FROM node:12-buster
WORKDIR /usr/src/app