From aff09706da0e42ac082ac5e59419b4a8e638f8af Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 13 Oct 2023 04:00:24 +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-5894114 - https://snyk.io/vuln/SNYK-DEBIAN12-GLIBC-5894115 - https://snyk.io/vuln/SNYK-DEBIAN12-GLIBC-5927132 - https://snyk.io/vuln/SNYK-DEBIAN12-GLIBC-5927132 - https://snyk.io/vuln/SNYK-DEBIAN12-OPENSSL-5776700 --- .../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..1f25a23bc180 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.8.18-slim RUN pip install snmpsim