mirror of
https://github.com/nextepc/nextepc-oss.git
synced 2025-10-23 04:52:17 +00:00
Fixed the WebUI to Support MongoDB 6.0(#1824)
This commit is contained in:
@@ -104,6 +104,15 @@ export DEBEMAIL='acetcom@gmail.com'
|
||||
$ ./misc/git-version-gen . > .tarball-version 2>/dev/null
|
||||
```
|
||||
|
||||
* WebUI Version Change
|
||||
|
||||
```
|
||||
$ cat ./docker/webui/Dockerfile
|
||||
$ cat ./webui/package.json
|
||||
$ cat ./webui/package-lock.json
|
||||
$ cat ./docs/assets/webui/install
|
||||
```
|
||||
|
||||
* Upload OpenBuildService
|
||||
|
||||
```
|
||||
|
@@ -3,7 +3,7 @@ FROM node:carbon
|
||||
MAINTAINER Sukchan Lee <acetcom@gmail.com>
|
||||
|
||||
ARG PACKAGE=open5gs
|
||||
ARG VERSION=2.2.6
|
||||
ARG VERSION=2.5.0
|
||||
|
||||
RUN set -e; \
|
||||
cd /usr/src; \
|
||||
|
Reference in New Issue
Block a user