From bb94cec309f9051ae410f7032015fad32110a52b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 4 Jul 2021 04:58:06 +0000 Subject: [PATCH] fix: scripts/verify-repo-update/Dockerfile.deb 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 --- scripts/verify-repo-update/Dockerfile.deb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/verify-repo-update/Dockerfile.deb b/scripts/verify-repo-update/Dockerfile.deb index 667f6155cee9b..419433db3545f 100644 --- a/scripts/verify-repo-update/Dockerfile.deb +++ b/scripts/verify-repo-update/Dockerfile.deb @@ -1,4 +1,4 @@ -FROM ubuntu:20.04 +FROM ubuntu:20.10 ARG REPO_CONFIG=grafana.list.oss ARG PACKAGE=grafana