chore: upgrade app nginx to 1.31.5
cc-ci/testme cc-ci: success

This commit is contained in:
autonomic-bot
2026-09-04 02:18:57 +00:00
2 changed files with 7 additions and 1 deletions
+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"
]
}