From 515b5d2b17d198dfb15d5d31ca5f706f0711a2e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82?= Date: Mon, 22 Feb 2021 16:24:18 +0100 Subject: [PATCH] Changed the branch name (#811) --- docker/build/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/build/Dockerfile b/docker/build/Dockerfile index 2874bd842..584fe9434 100644 --- a/docker/build/Dockerfile +++ b/docker/build/Dockerfile @@ -10,7 +10,7 @@ COPY setup.sh /root ARG USER=open5gs ARG REPO=open5gs -ARG BRANCH=master +ARG BRANCH=main RUN git clone https://github.com/$USER/$REPO ADD https://api.github.com/repos/$USER/$REPO/git/refs/heads/$BRANCH /root/open5gs-ver.json