Skip to content

Commit

Permalink
Update nginx Docker tag to v1.25.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 1, 2023
1 parent a9cdcaa commit 47373da
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 @@ -57,7 +57,7 @@ services:
- mysql
- redis
nginx:
image: nginx:1.23.4
image: nginx:1.25.1
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 @@ -70,7 +70,7 @@ services:


nginx:
image: nginx:1.23.4
image: nginx:1.25.1
container_name: quepid_nginx
ports:
- "443:8443"
Expand Down

0 comments on commit 47373da

Please sign in to comment.