From f3f25c93f8fbe80ff771dcbe321257c642df308e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 2 Jan 2022 10:27:36 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN9-PERL-327621 - https://snyk.io/vuln/SNYK-DEBIAN9-PERL-327638 - https://snyk.io/vuln/SNYK-DEBIAN9-PYTHON27-340070 - https://snyk.io/vuln/SNYK-DEBIAN9-PYTHON27-341379 - https://snyk.io/vuln/SNYK-DEBIAN9-WGET-342192 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index df1ca161..c025f762 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.7.0 +FROM python:3.10.0b2 ARG KUBECTL_VERSION=v1.16.6 ENV WORKSPACE /src/rancher-validation