From fea7fbc141c4d2f5426a866e6003491bc2bc7769 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 1 Feb 2025 03:35:07 +0000 Subject: [PATCH] fix: bat-go-master/nitro-shim/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-AMZN2-LIBNGHTTP2-5971120 - https://snyk.io/vuln/SNYK-AMZN2-GLIBC-6745196 - https://snyk.io/vuln/SNYK-AMZN2-GLIBCCOMMON-6745132 - https://snyk.io/vuln/SNYK-AMZN2-GLIBCLANGPACKEN-6745141 - https://snyk.io/vuln/SNYK-AMZN2-LIBCRYPT-6745245 --- bat-go-master/nitro-shim/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bat-go-master/nitro-shim/Dockerfile b/bat-go-master/nitro-shim/Dockerfile index 295b5e8..1f3b0c5 100644 --- a/bat-go-master/nitro-shim/Dockerfile +++ b/bat-go-master/nitro-shim/Dockerfile @@ -7,7 +7,7 @@ RUN make -C ./viproxy/ viproxy RUN make -C ./gvproxy/ gvproxy RUN make -C ./eifbuild/ eifbuild -FROM amazonlinux:2.0.20230207.0 +FROM amazonlinux:2.0.20250116.0 RUN echo "timeout=60.0" >> /etc/yum.conf