Merge pull request #59 from nicholas-fedor/renovate/nginx-1.x

fix(container): update digest image nginx to v1.27.4
This commit is contained in:
Nick Fedor 2025-02-08 10:51:07 -07:00 committed by GitHub
commit 53b5ab26a2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -11,7 +11,7 @@ services:
consumer:
depends_on:
- producer
image: nginx:1.27.3
image: nginx:1.27.4
network_mode: "service:producer"
labels:
- "com.centurylinklabs.watchtower.depends-on=/wt-contnet-producer-1"