From e76163317c8e2ac82dab872ae37714fa09d5ebab Mon Sep 17 00:00:00 2001 From: Alexander Kiel Date: Sat, 26 Oct 2024 13:12:20 +0200 Subject: [PATCH] Update Nginx to v 1.27.2 --- docs/deployment/full-standalone.md | 2 +- docs/deployment/full-standalone/docker-compose.yml | 2 +- modules/frontend-e2e/docker-compose.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/deployment/full-standalone.md b/docs/deployment/full-standalone.md index e3c46a90a..79482146c 100644 --- a/docs/deployment/full-standalone.md +++ b/docs/deployment/full-standalone.md @@ -107,7 +107,7 @@ An nginx server is used as the ingress component. You should see the configurati ```yaml ingress: - image: "nginx:1.25.4" + image: "nginx:1.27.2" environment: BLAZE_HOST: "blaze.localhost" KEYCLOAK_HOST: "keycloak.localhost" diff --git a/docs/deployment/full-standalone/docker-compose.yml b/docs/deployment/full-standalone/docker-compose.yml index 0f855cfce..eba8a081c 100644 --- a/docs/deployment/full-standalone/docker-compose.yml +++ b/docs/deployment/full-standalone/docker-compose.yml @@ -1,6 +1,6 @@ services: ingress: - image: "nginx:1.25.4" + image: "nginx:1.27.2" environment: BLAZE_HOST: "blaze.localhost" KEYCLOAK_HOST: "keycloak.localhost" diff --git a/modules/frontend-e2e/docker-compose.yml b/modules/frontend-e2e/docker-compose.yml index c5777f213..21831f682 100644 --- a/modules/frontend-e2e/docker-compose.yml +++ b/modules/frontend-e2e/docker-compose.yml @@ -1,6 +1,6 @@ services: ingress: - image: "nginx:1.25.4" + image: "nginx:1.27.2" environment: BLAZE_HOST: "blaze.localhost" KEYCLOAK_HOST: "keycloak.localhost"