chore(deps): bump node from 14.13.1-alpine3.12 to 14.14.0-alpine3.12 (#539)

Bumps node from 14.13.1-alpine3.12 to 14.14.0-alpine3.12.

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2020-10-19 11:15:27 -04:00
committed by GitHub
parent d575b8b96a
commit 92c5a02f30
+2 -2
View File
@@ -1,5 +1,5 @@
# Build the source code
FROM node:14.13.1-alpine3.12 AS builder
FROM node:14.14.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:14.13.1-alpine3.12
FROM node:14.14.0-alpine3.12
RUN apk add --no-cache chromium