Skip to content

Commit

Permalink
Update Nginx to v 1.27.2
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderkiel committed Oct 26, 2024
1 parent 7847887 commit e761633
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/deployment/full-standalone.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion docs/deployment/full-standalone/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion modules/frontend-e2e/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit e761633

Please sign in to comment.