We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8bd6111 commit f7e7753Copy full SHA for f7e7753
build.sh
@@ -5,7 +5,7 @@ repobase="ghcr.io/nethserver"
5
6
images=()
7
container=$(buildah from docker.io/alpine:3.16)
8
-ui_version="1.14.4"
+ui_version="1.16.1"
9
10
trap "buildah rm ${container} ${container_api} ${container_proxy}" EXIT
11
0 commit comments