Fix/update docker images (#1543)

* update docker images with latest released version and set revision ot 0.5.0-SNAPSHOT

Signed-off-by: TRS1SF3 <Stanislav.Trailov@bosch.io>

* simple ui rev ision to 0.5.0-SNAPSHOT

Signed-off-by: TRS1SF3 <Stanislav.Trailov@bosch.io>

---------

Signed-off-by: TRS1SF3 <Stanislav.Trailov@bosch.io>
This commit is contained in:
Stanislav Trailov
2024-01-13 10:29:20 +02:00
committed by GitHub
parent ae47b1b338
commit b5e9bc8caa
7 changed files with 8 additions and 7 deletions

View File

@@ -15,7 +15,7 @@ set -xe
# -f <flavour> to pass flavour. "mysql" stands for MySQL while all the rest (and default) is assumed Standard
# -r <local maven repository> the local maven repository the already built application jars are located into
VERSION=0.4.0-SNAPSHOT
VERSION=0.4.1
FLAVOUR="standard"
MVN_REPO=~/.m2/repository
@@ -52,5 +52,6 @@ build "hawkbit-ddi-server"
build "hawkbit-dmf-server"
build "hawkbit-mgmt-server"
build "hawkbit-vv8-ui"
build "hawkbit-simple-ui"
build "hawkbit-update-server"