From ef937a0aeff176a4f6b12ba7baecf11454e85097 Mon Sep 17 00:00:00 2001 From: Christopher Jackson Date: Tue, 6 Aug 2024 03:21:44 -0400 Subject: [PATCH] fix: bump base image of k3d-proxy to resolve vulnerabilities. (#1473) --- proxy/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proxy/Dockerfile b/proxy/Dockerfile index bbf68fbd..ccbc530e 100644 --- a/proxy/Dockerfile +++ b/proxy/Dockerfile @@ -1,4 +1,4 @@ -FROM nginx:1.25.1-alpine3.17 +FROM nginx:1.26.1-alpine3.19 # TODO:_ consider switching to https://github.com/abtreece/confd to not maintain a custom fork anymore ARG OS