From d314c4a272d16f10c1c01fb9537a0eea25ed9697 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 1 Dec 2023 14:41:55 +0000 Subject: [PATCH] fix: src/envoy-resource-updater/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE317-OPENSSL-5438697 - https://snyk.io/vuln/SNYK-ALPINE317-OPENSSL-5661570 - https://snyk.io/vuln/SNYK-ALPINE317-OPENSSL-5821141 - https://snyk.io/vuln/SNYK-ALPINE317-OPENSSL-6032385 - https://snyk.io/vuln/SNYK-ALPINE317-OPENSSL-6032385 --- src/envoy-resource-updater/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/envoy-resource-updater/Dockerfile b/src/envoy-resource-updater/Dockerfile index e99f45aa..0aca8c8b 100644 --- a/src/envoy-resource-updater/Dockerfile +++ b/src/envoy-resource-updater/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.20.3-alpine +FROM golang:1.20.11-alpine ENV PROXY_CONFIG_FOLDER="/proxy-config" ENV CONFIG_MAP_FOLDER="/configmap-folder"