fix: revert to 14.15.0 until 15 is stable for tsc

Fixes #691

Signed-off-by: Jef LeCompte <jeffreylec@gmail.com>
This commit is contained in:
Jef LeCompte
2020-11-05 18:04:48 -05:00
parent 7ec2894147
commit 2955ea70ab
4 changed files with 20 additions and 11650 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
# Build the source code
FROM node:15.0.1-alpine3.12 AS builder
FROM node:14.15.0-alpine3.12 AS builder
ENV PUPPETEER_SKIP_CHROMIUM_DOWNLOAD=true
@@ -14,7 +14,7 @@ COPY src/ src/
RUN npm run build
RUN npm prune --production
FROM node:15.0.1-alpine3.12
FROM node:14.15.0-alpine3.12
RUN apk add --no-cache chromium