mirror of
https://github.com/opelly27/streetmerchant.git
synced 2026-05-20 00:38:43 +00:00
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:
+2
-2
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user