From 15fa26416f79ab244ab2b07a646abb196420722e Mon Sep 17 00:00:00 2001 From: William Desportes Date: Fri, 30 Jun 2023 20:36:02 +0200 Subject: [PATCH] Update nginx to 1.25.1 (#2235) * Update nginx to 1.25.1 Co-authored-by: Amin Vakil --------- Co-authored-by: Amin Vakil Co-authored-by: Hubert Deng --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 92cd9bb..03703dc 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -372,7 +372,7 @@ services: <<: *restart_policy ports: - "$SENTRY_BIND:80/tcp" - image: "nginx:1.22.0-alpine" + image: "nginx:1.25.1-alpine" volumes: - type: bind read_only: true