build(docker): bump node from 14.12.0-alpine3.12 to 14.13.0-alpine3.12

Bumps node from 14.12.0-alpine3.12 to 14.13.0-alpine3.12.

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2020-10-06 02:44:18 +00:00 committed by GitHub
parent f063537fa8
commit 2fe6d24c57
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@ ARG REVISION
RUN npm run build
# dependency environment
FROM node:14.12.0-alpine3.12 as dependency-stage
FROM node:14.13.0-alpine3.12 as dependency-stage
RUN mkdir /app && chown -R node:node /app
WORKDIR /app
RUN apk add --no-cache python3 make g++
@ -24,7 +24,7 @@ RUN SKIP_BUILD=true npm ci
RUN npm prune --production
# production environment
FROM node:14.12.0-alpine3.12 as production-stage
FROM node:14.13.0-alpine3.12 as production-stage
LABEL org.opencontainers.image.title="SyncLounge"
LABEL org.opencontainers.image.description="Enjoy Plex with your friends. In Sync. Together."
LABEL org.opencontainers.image.url="https://synclounge.tv"