[Docker] Update WebUI Version to 2.2.6 (#945)

This commit is contained in:
Sukchan Lee 2021-04-21 15:42:36 +09:00
parent 27285a60da
commit e459a85bc1
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ FROM node:carbon
MAINTAINER Sukchan Lee <acetcom@gmail.com>
ARG PACKAGE=open5gs
ARG VERSION=1.0.0
ARG VERSION=2.2.6
RUN set -e; \
cd /usr/src; \