Bump open5gs tag to be used to v2.2.7
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user