chore: bump node to 14.13.1

Signed-off-by: Jef LeCompte <jeffreylec@gmail.com>
This commit is contained in:
Jef LeCompte
2020-10-11 23:18:57 -04:00
parent f7ed86506b
commit 97357c19b8
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1 +1 @@
14.11.0
14.13.1
+2 -2
View File
@@ -1,5 +1,5 @@
# Build the source code
FROM node:14.11.0-alpine3.12 AS builder
FROM node:14.13.1-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:14.11.0-alpine3.12
FROM node:14.13.1-alpine3.12
RUN apk add --no-cache chromium