From c2958862c59f17026e9e00a95c65a838d6a5d77a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 3 Oct 2020 01:45:30 +0000 Subject: [PATCH] build(docker): bump node from 14.11.0-alpine3.12 to 14.12.0-alpine3.12 Bumps node from 14.11.0-alpine3.12 to 14.12.0-alpine3.12. Signed-off-by: dependabot[bot] --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 60d949cf..ff9c3bc7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,7 +14,7 @@ ARG REVISION RUN npm run build # dependency environment -FROM node:14.11.0-alpine3.12 as dependency-stage +FROM node:14.12.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.11.0-alpine3.12 as production-stage +FROM node:14.12.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"