From 367d1a4ec48a9b89015a93235cebe0b5aead33db Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 25 Oct 2023 03:37:24 +0000 Subject: [PATCH] Update nginx Docker tag to v1.25.3 --- example-exec.yaml | 2 +- example-http.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/example-exec.yaml b/example-exec.yaml index 2cfe417..71cf0eb 100644 --- a/example-exec.yaml +++ b/example-exec.yaml @@ -17,7 +17,7 @@ spec: spec: containers: - name: nginx - image: nginx:1.23.4@sha256:2ab30d6ac53580a6db8b657abf0f68d75360ff5cc1670a85acb5bd85ba1b19c0 + image: nginx:1.25.3@sha256:add4792d930c25dd2abf2ef9ea79de578097a1c175a16ab25814332fe33622de ports: - containerPort: 80 readinessProbe: diff --git a/example-http.yaml b/example-http.yaml index 48ee778..60f6144 100644 --- a/example-http.yaml +++ b/example-http.yaml @@ -17,7 +17,7 @@ spec: spec: containers: - name: nginx - image: nginx:1.23.4@sha256:2ab30d6ac53580a6db8b657abf0f68d75360ff5cc1670a85acb5bd85ba1b19c0 + image: nginx:1.25.3@sha256:add4792d930c25dd2abf2ef9ea79de578097a1c175a16ab25814332fe33622de ports: - containerPort: 80 readinessProbe: