From: garciadeblas Date: Thu, 11 May 2023 13:34:13 +0000 (+0200) Subject: Update tests/Dockerfile to make it work with Ubuntu22 base image X-Git-Tag: release-v14.0-start~59 X-Git-Url: https://osm.etsi.org/gitweb/?a=commitdiff_plain;h=be5864a7da380b52e846465466c3363a32d5882b;hp=02feb8ef9ae5f545a111759cbbe9f01b1741cc85;p=osm%2Fdevops.git Update tests/Dockerfile to make it work with Ubuntu22 base image Change-Id: I0a7db076f5e9db92a8891d13636f5ac0a845ab4a Signed-off-by: garciadeblas --- diff --git a/docker/tests/Dockerfile b/docker/tests/Dockerfile index e4f7ae4e..bafe66f5 100644 --- a/docker/tests/Dockerfile +++ b/docker/tests/Dockerfile @@ -33,16 +33,16 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get --yes update && \ && rm -rf /var/lib/apt/lists/* ####################################################################################### -# End of common prepration +# End of common preparation RUN DEBIAN_FRONTEND=noninteractive apt-get --yes update && \ DEBIAN_FRONTEND=noninteractive apt-get --yes install \ - gettext-base=0.19.* \ - git=1:2.25.* \ + gettext-base=0.21* \ + git=1:2.34.* \ iputils-ping=3:* \ jq=1.6* \ - libcurl4-openssl-dev=7.68.* \ - libssl-dev=1.1.* + libcurl4-openssl-dev=7.81.* \ + libssl-dev=3.0.* ARG OSM_TESTS_URL ARG PYTHON3_OSM_IM_URL