From b9927799b977e36342bea80fea50a34f710daca3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 15 Aug 2024 20:03:29 +0000 Subject: [PATCH] chore(deps): update nginx docker tag to v1.27.1 --- apps/angel-backups.yaml | 2 +- apps/db-static.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/angel-backups.yaml b/apps/angel-backups.yaml index 567be342..3aaacdb2 100644 --- a/apps/angel-backups.yaml +++ b/apps/angel-backups.yaml @@ -49,7 +49,7 @@ spec: spec: containers: - name: angel-backups - image: nginx:1.27.0 + image: nginx:1.27.1 ports: - containerPort: 80 volumeMounts: diff --git a/apps/db-static.yaml b/apps/db-static.yaml index dd8160d8..978829a8 100644 --- a/apps/db-static.yaml +++ b/apps/db-static.yaml @@ -201,7 +201,7 @@ spec: spec: containers: - name: db-static - image: nginx:1.27.0 + image: nginx:1.27.1 ports: - containerPort: 80 volumeMounts: