X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=docker%2FMON%2FDockerfile;h=1f6ecf4d54dd05eed8cf152c55758ce5a42b556e;hb=249cd4617244a1294dd1e28ebc262e1b393e36c6;hp=c25e6d2bbaaddf3e57874329fea51718857eb79d;hpb=a60ec7310d582158700acf9f3fb1945cb05bacca;p=osm%2Fdevops.git diff --git a/docker/MON/Dockerfile b/docker/MON/Dockerfile index c25e6d2b..1f6ecf4d 100644 --- a/docker/MON/Dockerfile +++ b/docker/MON/Dockerfile @@ -24,7 +24,7 @@ FROM ubuntu:20.04 as INSTALL RUN DEBIAN_FRONTEND=noninteractive apt-get --yes update && \ DEBIAN_FRONTEND=noninteractive apt-get --yes install \ - curl=7.68.0-1ubuntu2.4 \ + curl=7.68.0-1ubuntu2.5 \ gcc=4:9.3.0-1ubuntu2 \ python3=3.8.2-0ubuntu2 \ python3-setuptools=45.2.0-1 \