From 6e329a65611346bc9b7f2181d41a0b6449a7294b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 18 Jun 2021 19:26:53 +0000 Subject: [PATCH] fix: extra_features/influxdb_adapter/dockerfiles/exporter_script/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-UBUNTU2004-BASH-581100 - https://snyk.io/vuln/SNYK-UBUNTU2004-NETTLE-1303240 - https://snyk.io/vuln/SNYK-UBUNTU2004-NETTLE-1303240 - https://snyk.io/vuln/SNYK-UBUNTU2004-SYSTEMD-1290722 - https://snyk.io/vuln/SNYK-UBUNTU2004-SYSTEMD-1290722 --- .../influxdb_adapter/dockerfiles/exporter_script/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extra_features/influxdb_adapter/dockerfiles/exporter_script/Dockerfile b/extra_features/influxdb_adapter/dockerfiles/exporter_script/Dockerfile index 7b16c97..d2d53e2 100644 --- a/extra_features/influxdb_adapter/dockerfiles/exporter_script/Dockerfile +++ b/extra_features/influxdb_adapter/dockerfiles/exporter_script/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:latest +FROM ubuntu:groovy-20210614 RUN apt-get update && apt-get install -y git libpython2.7-dev libpq-dev python-psycopg2 python-pip