Adds a docker image and build task for said image

This commit is contained in:
zontreck 2025-03-15 00:18:27 -07:00
parent 37ba232a54
commit d87c0192ac
6 changed files with 110 additions and 2 deletions

View file

@ -1,4 +1,4 @@
class Constants {
static const VERSION = "1.0.031425+2339";
static const VERSION = "1.0.031525+0003";
static const APP_NAME = "BugVault";
}