From beead16ff41596ab8b68b13cc509843ceff520dd Mon Sep 17 00:00:00 2001 From: beierlm Date: Fri, 14 May 2021 07:05:40 -0400 Subject: [PATCH] Security patch Update mysql client due to new security patch having been released Change-Id: I16a4386c7b8bd0a828a195fdf6c3dcd21deae1e3 Signed-off-by: beierlm --- docker/POL/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/POL/Dockerfile b/docker/POL/Dockerfile index 2cb6e104..92b1ffdd 100644 --- a/docker/POL/Dockerfile +++ b/docker/POL/Dockerfile @@ -32,7 +32,7 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get --yes update && \ python3 -m easy_install pip==21.0.1 RUN DEBIAN_FRONTEND=noninteractive apt-get --yes install \ - mysql-client-core-8.0=8.0.23-0ubuntu0.20.04.1 + mysql-client-core-8.0=8.0.25-0ubuntu0.20.04.1 ARG PYTHON3_OSM_COMMON_URL ARG PYTHON3_OSM_POLICY_MODULE_URL -- 2.17.1