From 557ff511e3e06807ecaa1a3da3c6ecfe6d8d8346 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Feb 2021 00:41:59 -0500 Subject: [PATCH] chore(deps): bump node from 14.15.4-alpine3.12 to 15.9.0-alpine3.12 (#1992) Bumps node from 14.15.4-alpine3.12 to 15.9.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 ac522e2..89b7dcc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:14.15.4-alpine3.12 AS builder +FROM node:15.9.0-alpine3.12 AS builder LABEL org.opencontainers.image.source="https://github.com/jef/streetmerchant" @@ -15,7 +15,7 @@ COPY src/ src/ RUN npm run compile RUN npm prune --production -FROM node:14.15.4-alpine3.12 +FROM node:15.9.0-alpine3.12 RUN apk add --no-cache chromium