Skip to content

Commit 3a24823

Browse files
author
Christopher Adigun
committed
set open5gs version to v2.1.7
1 parent 9813ab8 commit 3a24823

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

Arm-Architecture/Dockerfiles/open5gs-epc/open5gs-epc-aio

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ RUN apt-get update && \
99
apt-get --no-install-recommends -qqy install python3-pip python3-setuptools python3-wheel ninja-build build-essential flex bison git libsctp-dev libgnutls28-dev libgcrypt-dev libssl-dev \
1010
libidn11-dev libmongoc-dev libbson-dev libyaml-dev libmicrohttpd-dev libcurl4-gnutls-dev meson iproute2 libnghttp2-dev \
1111
iptables iputils-ping tcpdump cmake curl gnupg meson && \
12-
git clone --recursive -b v2.0.22 https://github.com/open5gs/open5gs && \
12+
git clone --recursive -b v2.1.7 https://github.com/open5gs/open5gs && \
1313
cd open5gs && meson build --prefix=/ && ninja -C build && cd build && ninja install
1414

1515
WORKDIR /
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM node:12.14.1-alpine3.9
22

33
RUN apk update && apk add git && \
4-
git clone https://github.com/open5gs/open5gs.git
4+
git clone -b v2.1.7 https://github.com/open5gs/open5gs.git
55

66
WORKDIR /open5gs/webui
77

@@ -10,4 +10,4 @@ RUN npm install && \
1010

1111
CMD npm run start
1212

13-
EXPOSE 3000
13+
EXPOSE 3000

x86-Architecture/Dockerfiles/open5gs-epc/open5gs-epc-aio

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ RUN apt-get update && \
99
apt-get --no-install-recommends -qqy install python3-pip python3-setuptools python3-wheel ninja-build build-essential flex bison git libsctp-dev libgnutls28-dev libgcrypt-dev libssl-dev \
1010
libidn11-dev libmongoc-dev libbson-dev libyaml-dev libmicrohttpd-dev libcurl4-gnutls-dev meson iproute2 libnghttp2-dev \
1111
iptables iputils-ping tcpdump cmake curl gnupg meson && \
12-
git clone --recursive -b v2.0.22 https://github.com/open5gs/open5gs && \
12+
git clone --recursive -b v2.1.7 https://github.com/open5gs/open5gs && \
1313
cd open5gs && meson build --prefix=/ && ninja -C build && cd build && ninja install
1414

1515
WORKDIR /
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM node:12.14.1-alpine3.9
22

33
RUN apk update && apk add git && \
4-
git clone https://github.com/open5gs/open5gs.git
4+
git clone -b v2.1.7 https://github.com/open5gs/open5gs.git
55

66
WORKDIR /open5gs/webui
77

@@ -10,4 +10,4 @@ RUN npm install && \
1010

1111
CMD npm run start
1212

13-
EXPOSE 3000
13+
EXPOSE 3000

0 commit comments

Comments
 (0)