From 381432bfca1b7f9e0372b48364f93185147080ef Mon Sep 17 00:00:00 2001 From: Mohammed Naser Date: Mon, 16 Nov 2020 14:55:13 -0500 Subject: [PATCH] python-base: rebuild images The current base image contains a few CVE's which are fixed: - CVE-2020-12723 - CVE-2020-10878 - CVE-2020-10543 This rebuild should allow us to get them in, as they are included by perl 5.28.1-6+deb10u1. Change-Id: I34cdc1147b0fa74083517478db26e9fb0d4d16cd --- docker/python-base/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/python-base/Dockerfile b/docker/python-base/Dockerfile index f4e709c698..60158d9522 100644 --- a/docker/python-base/Dockerfile +++ b/docker/python-base/Dockerfile @@ -2,7 +2,7 @@ # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. -# You may obtain a copy of the License at +# You may obtain a copy of the License at: # # http://www.apache.org/licenses/LICENSE-2.0 #