From 3a856cff25e5082e36b6f61ff79522f66c4de067 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 3 Feb 2022 00:08:00 +0000 Subject: [PATCH] fix: python/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-UBUNTU1804-GLIBC-2356802 - https://snyk.io/vuln/SNYK-UBUNTU1804-GLIBC-2356854 - https://snyk.io/vuln/SNYK-UBUNTU1804-GLIBC-2356854 - https://snyk.io/vuln/SNYK-UBUNTU1804-GLIBC-2359261 - https://snyk.io/vuln/SNYK-UBUNTU1804-GLIBC-2359261 --- python/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/Dockerfile b/python/Dockerfile index 3bfd3bf..c3c69a1 100644 --- a/python/Dockerfile +++ b/python/Dockerfile @@ -6,7 +6,7 @@ ARG VERSION=3.7.2 ARG OSNICK=bionic # OS=debian:buster-slim|debian:stretch-slim|ubuntu:bionic -ARG OS=ubuntu:bionic +ARG OS=ubuntu:18.04 # ARCH=x64|arm64v8|arm32v7 ARG ARCH=arm64v8