Upgrade Docker image to Node 11

This commit is contained in:
Antonin Stefanutti 2019-01-03 21:44:17 +01:00
parent af5edd060d
commit a17af022c5
No known key found for this signature in database
GPG Key ID: 451D46E2047E7837

View File

@ -1,4 +1,4 @@
FROM node:10-alpine as builder
FROM node:11-alpine as builder
ENV NODE_ENV production
ENV PUPPETEER_SKIP_CHROMIUM_DOWNLOAD true