Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions ops/docker-compose/gateway/nginx/compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ services:
nginx:
depends_on:
- default_backend
image: nginx:1.30-alpine-otel
image: nginx:1.31-alpine-otel
container_name: nginx
init: true
environment:
Expand All @@ -22,7 +22,7 @@ services:
- ./ops/docker-compose/gateway/nginx/conf/templates:/etc/nginx/templates

default_backend:
image: nginx:1.30-alpine
image: nginx:1.31-alpine
container_name: default_backend
init: true
networks:
Expand Down
2 changes: 1 addition & 1 deletion ops/docker-compose/tooling/saas/gitlab/compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ services:

nginx:
<<: *network
image: nginx:1.30.0-alpine
image: nginx:1.31.5-alpine
container_name: nginx
restart: always
ports:
Expand Down