Use latest commits of open5gs repo

This commit is contained in:
herlesupreeth
2025-01-11 16:31:09 +01:00
parent 2e182da98f
commit 9af58c1c8c
5 changed files with 5 additions and 5 deletions

View File

@@ -68,7 +68,7 @@ RUN curl -fsSL https://deb.nodesource.com/gpgkey/nodesource-repo.gpg.key | gpg -
# Get open5gs code and install
RUN git clone --recursive https://github.com/open5gs/open5gs && cd open5gs && \
git checkout tags/v2.7.2 && meson build --prefix=`pwd`/install && \
git checkout 04ec945e1d334ca5917705a885eff80ad30e1e38 && meson build --prefix=`pwd`/install && \
ninja -C build && cd build && ninja install && \
mkdir -p /open5gs/install/include