From f338aa9efdbf0ce017264e6340cbe5c78125728e Mon Sep 17 00:00:00 2001 From: herlesupreeth Date: Tue, 12 Mar 2024 15:52:23 +0100 Subject: [PATCH] Bump up open5gs commit being used for base image --- base/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base/Dockerfile b/base/Dockerfile index 5c7269e..f142f11 100644 --- a/base/Dockerfile +++ b/base/Dockerfile @@ -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 dcdfc970cefa00958f3712d3f81893253d5aa5ee && meson build --prefix=`pwd`/install && \ + git checkout 322719f3e729aafacf531e85552d7a977fff3e2a && meson build --prefix=`pwd`/install && \ ninja -C build && cd build && ninja install && \ mkdir -p /open5gs/install/include