chore: upgrade app nginx to 1.31.5 #7

Open
autonomic-bot wants to merge 2 commits from upgrade-1ca92f1 into main
2 changed files with 7 additions and 1 deletions
Showing only changes of commit 2819224f05 - Show all commits
+1 -1
View File
@@ -3,7 +3,7 @@ version: "3.8"
services:
app:
image: nginx:1.31.4
image: nginx:1.31.5
networks:
- proxy
deploy:
+6
View File
@@ -0,0 +1,6 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
]
}