From 64288900a04296d461c6cff1a30b7f7273565ec5 Mon Sep 17 00:00:00 2001 From: herlesupreeth Date: Mon, 10 May 2021 09:21:27 +0200 Subject: [PATCH] Use tag v2.2.8 of open5gs for base image --- base/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base/Dockerfile b/base/Dockerfile index 91e403a..4f5d4b9 100644 --- a/base/Dockerfile +++ b/base/Dockerfile @@ -61,7 +61,7 @@ RUN curl -fsSL https://deb.nodesource.com/setup_14.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.7 && meson build --prefix=`pwd`/install && \ + git checkout tags/v2.2.8 && meson build --prefix=`pwd`/install && \ ninja -C build && cd build && ninja install # Building WebUI of open5gs