From 689a0e0b4e6c6655797589a5e0e3504c92277b49 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 9 Feb 2025 17:43:25 +0000 Subject: [PATCH] Update nginx Docker tag to v1.27.4 --- apps/faf-content/templates/deployment.yaml | 2 +- apps/faf-phpbb3-archive/templates/deployment.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/faf-content/templates/deployment.yaml b/apps/faf-content/templates/deployment.yaml index 1761573a..a00667d3 100644 --- a/apps/faf-content/templates/deployment.yaml +++ b/apps/faf-content/templates/deployment.yaml @@ -18,7 +18,7 @@ spec: app: faf-content spec: containers: - - image: nginx:1.27.3-alpine-slim + - image: nginx:1.27.4-alpine-slim imagePullPolicy: Always name: faf-content ports: diff --git a/apps/faf-phpbb3-archive/templates/deployment.yaml b/apps/faf-phpbb3-archive/templates/deployment.yaml index 054ebfa6..c424cabb 100644 --- a/apps/faf-phpbb3-archive/templates/deployment.yaml +++ b/apps/faf-phpbb3-archive/templates/deployment.yaml @@ -18,7 +18,7 @@ spec: app: faf-phpbb3-archive spec: containers: - - image: nginx:1.27.3-alpine-slim + - image: nginx:1.27.4-alpine-slim imagePullPolicy: Always name: faf-phpbb3-archive ports: