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] <support@github.com>
This commit is contained in:
dependabot[bot] 2020-10-06 02:28:58 +00:00 committed by GitHub
parent 35b10ee9c4
commit 698f959b8e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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"