From bf894cd6e318f2ce858fc7012905c36e4e665e4e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 6 Sep 2024 22:01:35 +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-GLIBC-5927132 - https://snyk.io/vuln/SNYK-DEBIAN12-GLIBC-5927132 - https://snyk.io/vuln/SNYK-DEBIAN12-GLIBC-6210098 - https://snyk.io/vuln/SNYK-DEBIAN12-GLIBC-6210098 - https://snyk.io/vuln/SNYK-DEBIAN12-KRB5-7411315 --- .../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 26217a844614..16ed02e934a4 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.7-slim +FROM python:3.13.0rc1-slim RUN pip install snmpsim