Skip to content

Commit

Permalink
Update nginx Docker tag to v1.27.1 (#1045)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 3, 2024
1 parent 5c592fd commit 439258a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker-compose.prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ services:
- mysql
- redis
nginx:
image: nginx:1.26.0-alpine-slim
image: nginx:1.27.1-alpine-slim
container_name: quepid_nginx
ports:
- "443:8443"
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ services:


nginx:
image: nginx:1.26.0-alpine-slim
image: nginx:1.27.1-alpine-slim
container_name: quepid_nginx
ports:
- "443:8443"
Expand Down

0 comments on commit 439258a

Please sign in to comment.