1 Commits

Author SHA1 Message Date
renovate-bot aa6c36125e chore(deps): update nginx docker tag to v1.31 2026-06-21 17:26:19 +00:00
2 changed files with 1 additions and 9 deletions
+1 -1
View File
@@ -227,7 +227,7 @@ services:
- internal
web:
image: nginx:1.19-alpine
image: nginx:1.31-alpine
configs:
- source: nginx_conf
target: /etc/nginx/conf.d/default.conf
-8
View File
@@ -2,13 +2,5 @@
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
],
"packageRules": [
{
"matchDatasources": [
"docker"
],
"pinDigests": true
}
]
}