We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 408b6f1 commit 6c4d1dfCopy full SHA for 6c4d1df
build.sh
@@ -4,14 +4,14 @@ set -e
4
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
5
# Image build config
6
7
-: "${NOCTURNE_IMAGE_VERSION:="v3.0.0-beta6"}"
+: "${NOCTURNE_IMAGE_VERSION:="v3.0.0"}"
8
9
: "${NOCTURNE_UI_TAG:="main"}"
10
-: "${NOCTURNED_TAG:="v1.0.15"}"
+: "${NOCTURNED_TAG:="v1.0.16"}"
11
: "${WINGMAN_TAG:="v1.0.1"}"
12
13
: "${VOID_BUILD:="20250202"}"
14
-: "${STATIC_WEB_SERVER_VERSION:="v2.37.0"}"
+: "${STATIC_WEB_SERVER_VERSION:="v2.38.0"}"
15
16
17
# System config
0 commit comments