From be5864a7da380b52e846465466c3363a32d5882b Mon Sep 17 00:00:00 2001 From: garciadeblas Date: Thu, 11 May 2023 15:34:13 +0200 Subject: [PATCH] Update tests/Dockerfile to make it work with Ubuntu22 base image Change-Id: I0a7db076f5e9db92a8891d13636f5ac0a845ab4a Signed-off-by: garciadeblas --- docker/tests/Dockerfile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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 -- 2.25.1