Merge pull request #297 from TheTimeWalker/docker-node-upgrade

Update Node to latest LTS since Node SASS dropped Node 9 support
This commit is contained in:
Travis Ralston 2019-07-29 20:42:39 -06:00 committed by GitHub
commit f8fa99a9f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
FROM node:9.11.2-alpine
FROM node:10.16.0-alpine
LABEL maintainer="Andreas Peters <support@aventer.biz>"
#Upstream URL: https://git.aventer.biz/AVENTER/docker-matrix-dimension