Bump open5gs tag to be used from v1.2.3 to v1.2.4

This commit is contained in:
Supreeth Herle
2020-07-06 15:05:55 +02:00
parent 5a95c29952
commit 1c1777db28

View File

@@ -39,7 +39,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/v1.2.3 && meson build --prefix=`pwd`/install && \
git checkout tags/v1.2.4 && meson build --prefix=`pwd`/install && \
ninja -C build && cd build && ninja install
# Set the working directory to open5gs