From 5549f6d365ea79db4b553cba44233f9988273262 Mon Sep 17 00:00:00 2001 From: Christopher Jackson Date: Thu, 18 Jul 2024 14:02:15 -0400 Subject: [PATCH] fix: bump base image of k3d-proxy to resolve vulnerabilities. --- proxy/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proxy/Dockerfile b/proxy/Dockerfile index bbf68fbdc..ccbc530e4 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