mirror of
https://github.com/sablierapp/sablier.git
synced 2025-12-25 23:03:38 +01:00
chore(deps): update nginx docker tag to v1.25.3
This commit is contained in:
committed by
Alexis Couvreur
parent
a2f0bf5b0b
commit
3f1ed9513c
@@ -2,7 +2,7 @@ version: '3.9'
|
||||
|
||||
services:
|
||||
proxy:
|
||||
image: nginx:1.25.2
|
||||
image: nginx:1.25.3
|
||||
ports:
|
||||
- 8080:80
|
||||
volumes:
|
||||
@@ -26,7 +26,7 @@ services:
|
||||
image: containous/whoami:v1.5.0
|
||||
|
||||
nginx:
|
||||
image: nginx:1.25.2
|
||||
image: nginx:1.25.3
|
||||
healthcheck:
|
||||
test: ["CMD", "curl", "-f", "http://localhost"]
|
||||
interval: 5s
|
||||
Reference in New Issue
Block a user