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] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2021-02-22 00:41:59 -05:00
committed by GitHub
parent 9e3922e0d1
commit 557ff511e3
+2 -2
View File
@@ -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" LABEL org.opencontainers.image.source="https://github.com/jef/streetmerchant"
@@ -15,7 +15,7 @@ COPY src/ src/
RUN npm run compile RUN npm run compile
RUN npm prune --production RUN npm prune --production
FROM node:14.15.4-alpine3.12 FROM node:15.9.0-alpine3.12
RUN apk add --no-cache chromium RUN apk add --no-cache chromium