From 21ac55a496c2ce7d9098a1a112b6952a8b655c28 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 11 Oct 2020 03:36:25 +0000 Subject: [PATCH] build(docker): bump node from 14.13.0-alpine3.12 to 14.13.1-alpine3.12 Bumps node from 14.13.0-alpine3.12 to 14.13.1-alpine3.12. Signed-off-by: dependabot[bot] --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 7499854a..48d1a221 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,7 +14,7 @@ ARG REVISION RUN npm run build # dependency environment -FROM node:14.13.0-alpine3.12 as dependency-stage +FROM node:14.13.1-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.13.0-alpine3.12 as production-stage +FROM node:14.13.1-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"