mirror of
https://github.com/sablierapp/sablier.git
synced 2025-12-21 13:23:03 +01:00
chore(deps): update nginx docker tag to v1.26.0
This commit is contained in:
committed by
Alexis Couvreur
parent
fabe243b4f
commit
dc935f534f
@@ -22,7 +22,7 @@ services:
|
||||
image: containous/whoami:v1.5.0
|
||||
|
||||
nginx:
|
||||
image: nginx:1.25.5
|
||||
image: nginx:1.26.0
|
||||
healthcheck:
|
||||
test: ["CMD", "curl", "-f", "http://localhost"]
|
||||
interval: 5s
|
||||
@@ -2,7 +2,7 @@ version: '3.9'
|
||||
|
||||
services:
|
||||
proxy:
|
||||
image: nginx:1.25.5
|
||||
image: nginx:1.26.0
|
||||
ports:
|
||||
- 8080:80
|
||||
volumes:
|
||||
@@ -26,7 +26,7 @@ services:
|
||||
image: containous/whoami:v1.5.0
|
||||
|
||||
nginx:
|
||||
image: nginx:1.25.5
|
||||
image: nginx:1.26.0
|
||||
healthcheck:
|
||||
test: ["CMD", "curl", "-f", "http://localhost"]
|
||||
interval: 5s
|
||||
@@ -58,7 +58,7 @@ services:
|
||||
# - traefik.http.routers.whoami.middlewares=ondemand
|
||||
|
||||
nginx:
|
||||
image: nginx:1.25.5
|
||||
image: nginx:1.26.0
|
||||
healthcheck:
|
||||
test: ["CMD", "curl", "-f", "http://localhost"]
|
||||
interval: 5s
|
||||
|
||||
Reference in New Issue
Block a user