mirror of
https://github.com/opelly27/streetmerchant.git
synced 2026-05-20 02:57:34 +00:00
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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
+2
-2
@@ -1,5 +1,5 @@
|
|||||||
# Build the source code
|
# 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
|
ENV PUPPETEER_SKIP_CHROMIUM_DOWNLOAD=true
|
||||||
|
|
||||||
@@ -14,7 +14,7 @@ COPY src/ src/
|
|||||||
RUN npm run build
|
RUN npm run build
|
||||||
RUN npm prune --production
|
RUN npm prune --production
|
||||||
|
|
||||||
FROM node:14.13.1-alpine3.12
|
FROM node:14.14.0-alpine3.12
|
||||||
|
|
||||||
RUN apk add --no-cache chromium
|
RUN apk add --no-cache chromium
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user