From 8a7e7185c0805ca19ac4c0a5978ba2372d39fd46 Mon Sep 17 00:00:00 2001 From: herlesupreeth Date: Fri, 30 Apr 2021 07:58:18 +0200 Subject: [PATCH] Bump open5gs tag to be used to v2.2.7 --- base/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base/Dockerfile b/base/Dockerfile index 42f0f72..4f4a85b 100644 --- a/base/Dockerfile +++ b/base/Dockerfile @@ -61,7 +61,7 @@ RUN curl -sL https://deb.nodesource.com/setup_12.x | bash - && apt-get install - # Get open5gs code and install RUN git clone --recursive https://github.com/open5gs/open5gs && cd open5gs && \ - git checkout tags/v2.2.6 && meson build --prefix=`pwd`/install && \ + git checkout tags/v2.2.7 && meson build --prefix=`pwd`/install && \ ninja -C build && cd build && ninja install # Building WebUI of open5gs