Update stretch build image
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
nils 2019-12-09 13:24:39 +00:00
parent 50188b9b1a
commit 71da7ebd8c

View File

@ -1,5 +1,5 @@
# builder
FROM node:12.12.0-stretch as builder
FROM node:12.13.1-stretch as builder
COPY . /mesh
WORKDIR /mesh