From ec2a7e53dfdb9d4abb8f44853ea1f120aee3b7be Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 12 Sep 2024 23:25:48 +0200 Subject: [PATCH] chore(deps): update nginx docker tag to v1.27.0 (#1497) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- proxy/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proxy/Dockerfile b/proxy/Dockerfile index ccbc530e..46b199e3 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