chore(deps): bump node from 14.14.0-alpine3.12 to 15.0.1-alpine3.12 (#599)

Bumps node from 14.14.0-alpine3.12 to 15.0.1-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-25 09:37:11 -04:00
committed by GitHub
parent 5cfb1a62d7
commit 0b53cb5e51
+2 -2
View File
@@ -1,5 +1,5 @@
# Build the source code
FROM node:14.14.0-alpine3.12 AS builder
FROM node:15.0.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.14.0-alpine3.12
FROM node:15.0.1-alpine3.12
RUN apk add --no-cache chromium