From b4d1c186df53b79b656f0b6210af0b6e7b6e08e7 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 17 Jul 2024 08:02:47 +0000 Subject: [PATCH] fix: src/mesh-extension-updater/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE317-OPENSSL-3368755 - https://snyk.io/vuln/SNYK-ALPINE317-OPENSSL-3368755 - https://snyk.io/vuln/SNYK-ALPINE317-OPENSSL-6032385 - https://snyk.io/vuln/SNYK-ALPINE317-OPENSSL-6032385 - https://snyk.io/vuln/SNYK-ALPINE317-BUSYBOX-7254941 --- src/mesh-extension-updater/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mesh-extension-updater/Dockerfile b/src/mesh-extension-updater/Dockerfile index ee434592..792d1163 100644 --- a/src/mesh-extension-updater/Dockerfile +++ b/src/mesh-extension-updater/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.19.6-alpine +FROM golang:1.23rc2-alpine ENV MESH_CONFIG_FOLDER="/mesh-config" ENV MESH_EXTENSION_FILE_NAME="service-mesh-extension.yaml"