chore(deps): update nginx docker tag to v1.26.0

This commit is contained in:
renovate[bot]
2024-04-24 04:20:55 +00:00
committed by Alexis Couvreur
parent fabe243b4f
commit dc935f534f
3 changed files with 4 additions and 4 deletions

View File

@@ -22,7 +22,7 @@ services:
image: containous/whoami:v1.5.0 image: containous/whoami:v1.5.0
nginx: nginx:
image: nginx:1.25.5 image: nginx:1.26.0
healthcheck: healthcheck:
test: ["CMD", "curl", "-f", "http://localhost"] test: ["CMD", "curl", "-f", "http://localhost"]
interval: 5s interval: 5s

View File

@@ -2,7 +2,7 @@ version: '3.9'
services: services:
proxy: proxy:
image: nginx:1.25.5 image: nginx:1.26.0
ports: ports:
- 8080:80 - 8080:80
volumes: volumes:
@@ -26,7 +26,7 @@ services:
image: containous/whoami:v1.5.0 image: containous/whoami:v1.5.0
nginx: nginx:
image: nginx:1.25.5 image: nginx:1.26.0
healthcheck: healthcheck:
test: ["CMD", "curl", "-f", "http://localhost"] test: ["CMD", "curl", "-f", "http://localhost"]
interval: 5s interval: 5s

View File

@@ -58,7 +58,7 @@ services:
# - traefik.http.routers.whoami.middlewares=ondemand # - traefik.http.routers.whoami.middlewares=ondemand
nginx: nginx:
image: nginx:1.25.5 image: nginx:1.26.0
healthcheck: healthcheck:
test: ["CMD", "curl", "-f", "http://localhost"] test: ["CMD", "curl", "-f", "http://localhost"]
interval: 5s interval: 5s