From: Abdulwahid Date: Tue, 11 Nov 2025 12:07:04 +0000 (+0000) Subject: RIC-1074: Update base OS to ubuntu22.04 and golang to 1.22 X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=add513968c2cf4f0ddab05be17d9b4ec59ea68a8;p=ric-plt%2Fdbaas.git RIC-1074: Update base OS to ubuntu22.04 and golang to 1.22 Change-Id: I33cdbc983800069bf2ed87af746302042e730998 Signed-off-by: Abdulwahid --- diff --git a/docker/Dockerfile.redis b/docker/Dockerfile.redis index b3f921a..d1a4fed 100644 --- a/docker/Dockerfile.redis +++ b/docker/Dockerfile.redis @@ -26,7 +26,7 @@ ARG SDLGO_TAG="v0.10.0" # # NOTE: The valgrind false positive problem could also potentially be solved # with valgrind suppression files but that kind of approach may be fragile. -FROM ubuntu:18.04 as cpputest-build +FROM ubuntu:22.04 as cpputest-build RUN apt update && \ apt install -y \