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:
parent
35b10ee9c4
commit
698f959b8e
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue