Skip to content
This repository has been archived by the owner on Jul 6, 2023. It is now read-only.

Commit

Permalink
build(docker): bump nginx from 1.19.3-alpine to 1.23.3-alpine
Browse files Browse the repository at this point in the history
Bumps nginx from 1.19.3-alpine to 1.23.3-alpine.

---
updated-dependencies:
- dependency-name: nginx
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 17, 2022
1 parent 5a4d94b commit ff93868
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.web
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ ARG REVISION
RUN npm run build

# production environment
FROM nginx:1.19.3-alpine as production-stage
FROM nginx:1.23.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"
Expand Down

0 comments on commit ff93868

Please sign in to comment.