Security patch
Update mysql client due to new security patch having been released
Change-Id: I16a4386c7b8bd0a828a195fdf6c3dcd21deae1e3
Signed-off-by: beierlm <mark.beierl@canonical.com>
diff --git a/docker/POL/Dockerfile b/docker/POL/Dockerfile
index 2cb6e10..92b1ffd 100644
--- a/docker/POL/Dockerfile
+++ b/docker/POL/Dockerfile
@@ -32,7 +32,7 @@
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