From 698f959b8e09ea1fa3266d43fe34ce55e1cb607d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Oct 2020 02:28:58 +0000 Subject: [PATCH] build(docker): bump nginx from 1.19.2-alpine to 1.19.3-alpine Bumps nginx from 1.19.2-alpine to 1.19.3-alpine. Signed-off-by: dependabot[bot] --- Dockerfile.web | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.web b/Dockerfile.web index 7e1f0d50..41a94b00 100644 --- a/Dockerfile.web +++ b/Dockerfile.web @@ -15,7 +15,7 @@ ARG REVISION RUN npm run build # production environment -FROM nginx:1.19.2-alpine as production-stage +FROM nginx:1.19.3-alpine as production-stage LABEL org.opencontainers.image.title="SyncLounge Web" LABEL org.opencontainers.image.description="Enjoy Plex with your friends. In Sync. Together." LABEL org.opencontainers.image.url="https://synclounge.tv"