From 0b53cb5e517aa65bff01f84811c0a272d1cf7496 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 25 Oct 2020 09:37:11 -0400 Subject: [PATCH] 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 40cb3bf..fbea2b4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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