From 92c5a02f3007cb2d0dd8634b310a34d57c56b8e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Oct 2020 11:15:27 -0400 Subject: [PATCH] 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] 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 d6f495b..40cb3bf 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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