feat: use Debian buster (#221)

pull/226/head
Aaron Dewes 2021-02-17 22:59:19 +01:00 committed by GitHub
parent cd871ad361
commit a5582dc34f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM node:12-stretch-slim
FROM node:12-buster-slim
WORKDIR /frontail
ADD . .