diff --git a/docker/etlegacy/compose.yaml b/docker/etlegacy/compose.yaml index 2940b8f..4e5231a 100644 --- a/docker/etlegacy/compose.yaml +++ b/docker/etlegacy/compose.yaml @@ -16,7 +16,7 @@ services: restart: unless-stopped etlegacy-mirror: container_name: etlegacy-mirror - image: nginx:1.27.1-alpine + image: nginx:1.27.2-alpine networks: - etlegacy volumes: diff --git a/docker/nginx/compose.yaml b/docker/nginx/compose.yaml index 7378eeb..9bec891 100644 --- a/docker/nginx/compose.yaml +++ b/docker/nginx/compose.yaml @@ -1,7 +1,7 @@ --- services: nginx: - image: nginx:1.27.1-alpine + image: nginx:1.27.2-alpine container_name: nginx ports: - "8765:80"