projects
/
osm
/
devops.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b208a17
)
Security patch
98/10798/1
author
beierlm
<mark.beierl@canonical.com>
Fri, 14 May 2021 11:05:40 +0000
(07:05 -0400)
committer
beierlm
<mark.beierl@canonical.com>
Fri, 14 May 2021 11:05:40 +0000
(07:05 -0400)
Update mysql client due to new security patch having been released
Change-Id: I16a4386c7b8bd0a828a195fdf6c3dcd21deae1e3
Signed-off-by: beierlm <mark.beierl@canonical.com>
docker/POL/Dockerfile
patch
|
blob
|
history
diff --git
a/docker/POL/Dockerfile
b/docker/POL/Dockerfile
index
2cb6e10
..
92b1ffd
100644
(file)
--- 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.2
3
-0ubuntu0.20.04.1
+ mysql-client-core-8.0=8.0.2
5
-0ubuntu0.20.04.1
ARG PYTHON3_OSM_COMMON_URL
ARG PYTHON3_OSM_POLICY_MODULE_URL