From d3ff107767832b64f3f574745e924cc3f8164673 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 15 Jan 2024 14:49:46 +0000 Subject: [PATCH] chore(deps): update nginxinc/nginx-unprivileged docker tag to v1.25.1 --- k8s/unwind/loki/gateway/deployment_list.cue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/k8s/unwind/loki/gateway/deployment_list.cue b/k8s/unwind/loki/gateway/deployment_list.cue index fe2d50325..8abfed9fa 100644 --- a/k8s/unwind/loki/gateway/deployment_list.cue +++ b/k8s/unwind/loki/gateway/deployment_list.cue @@ -38,7 +38,7 @@ import ( }] containers: [{ name: "nginx" - image: "nginxinc/nginx-unprivileged:1.23.4-alpine3.17-slim@sha256:7c85fc22f25023a120c45fac6616f2b6fd8e37429259a9d2c333681994d1e9e1" + image: "nginxinc/nginx-unprivileged:1.25.1-alpine3.17-slim@sha256:b430e078ce037cb8e2b21ec172317a9c6b50c42c66dbbe36c8a63572f4adaab5" ports: [{ name: "http" containerPort: 8080