From 120f5b6c4b6100d73d1e9434dc2be84508e19797 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 12 Sep 2024 21:02:18 +0000 Subject: [PATCH] chore(deps): update nginx docker tag to v1.27.0 --- proxy/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proxy/Dockerfile b/proxy/Dockerfile index ccbc530e4..46b199e3c 100644 --- a/proxy/Dockerfile +++ b/proxy/Dockerfile @@ -1,4 +1,4 @@ -FROM nginx:1.26.1-alpine3.19 +FROM nginx:1.27.0-alpine3.19 # TODO:_ consider switching to https://github.com/abtreece/confd to not maintain a custom fork anymore ARG OS