From dd3909b47eaa5f9fb0fb40205d770c2da4b9ada7 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 2 Aug 2024 17:05:58 +0000 Subject: [PATCH] fix: receiver/snmpreceiver/testdata/integration/docker/snmp_agent.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-NCURSES-6123823 - https://snyk.io/vuln/SNYK-DEBIAN12-NCURSES-6123823 - https://snyk.io/vuln/SNYK-DEBIAN12-NCURSES-6252773 - https://snyk.io/vuln/SNYK-DEBIAN12-NCURSES-6252773 --- .../testdata/integration/docker/snmp_agent.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/receiver/snmpreceiver/testdata/integration/docker/snmp_agent.Dockerfile b/receiver/snmpreceiver/testdata/integration/docker/snmp_agent.Dockerfile index f8bc3c6e04d1..82a407602683 100644 --- a/receiver/snmpreceiver/testdata/integration/docker/snmp_agent.Dockerfile +++ b/receiver/snmpreceiver/testdata/integration/docker/snmp_agent.Dockerfile @@ -1,5 +1,5 @@ # https://github.com/maxgio92/docker-snmpsim -FROM python:3.12-slim +FROM python:3.13.0b4-slim RUN pip install snmpsim