fix: docker container status (#374)

This commit is contained in:
lollipopkit
2024-06-05 21:58:19 +08:00
parent 40ce37d230
commit 97267cdfbf
7 changed files with 43 additions and 34 deletions

View File

@@ -2,9 +2,9 @@
class BuildData {
static const String name = "ServerBox";
static const int build = 932;
static const int build = 934;
static const String engine = "3.22.1";
static const String buildAt = "2024-06-05 18:16:59";
static const int modifications = 2;
static const String buildAt = "2024-06-05 19:20:48";
static const int modifications = 6;
static const int script = 48;
}