From 0092326f681e801487bd5ad3da99b973d4f8c585 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 25 Oct 2024 04:31:41 +0000 Subject: [PATCH] fix: src/loadgenerator/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN12-ZLIB-6008963 - https://snyk.io/vuln/SNYK-DEBIAN12-OPENSSL-8229893 - https://snyk.io/vuln/SNYK-DEBIAN12-OPENSSL-8229893 - https://snyk.io/vuln/SNYK-DEBIAN12-KRB5-6277411 - https://snyk.io/vuln/SNYK-DEBIAN12-KRB5-6277412 --- src/loadgenerator/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/loadgenerator/Dockerfile b/src/loadgenerator/Dockerfile index 1c7e794a469..de339b6f3c3 100644 --- a/src/loadgenerator/Dockerfile +++ b/src/loadgenerator/Dockerfile @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM python:3.8-slim as base +FROM python:3.13-slim as base FROM base as builder