From: garciadeblas Date: Tue, 24 May 2022 08:30:40 +0000 (+0200) Subject: Update keystone version to 18.1 X-Git-Tag: v12.0.0rc1~8 X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2Fdevops.git;a=commitdiff_plain;h=a02b4e039b398572c4f73519ce99f8e85f454515 Update keystone version to 18.1 Change-Id: I3ce790627d0a942f8df7c5b98a9afe078ffc41ab Signed-off-by: garciadeblas --- diff --git a/docker/Keystone/Dockerfile b/docker/Keystone/Dockerfile index a608f871..b429237d 100644 --- a/docker/Keystone/Dockerfile +++ b/docker/Keystone/Dockerfile @@ -37,7 +37,7 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get update && \ DEBIAN_FRONTEND=noninteractive apt-get dist-upgrade -y && \ DEBIAN_FRONTEND=noninteractive apt-get install -y \ apache2=2.4.* \ - keystone=2:18.0.* \ + keystone=2:18.1.* \ libapache2-mod-wsgi-py3=4.6.* \ python3-pip=20.0.* \ build-essential=12.8* \