hawkBit M2 added to release notes and docker builds

Signed-off-by: Dominic Schabel <dominic.schabel@bosch-si.com>
This commit is contained in:
Dominic Schabel
2019-04-03 10:20:54 +02:00
parent 3a5776a90d
commit b43da97d28
6 changed files with 210 additions and 3 deletions

View File

@@ -9,9 +9,9 @@ set -euxo pipefail
# http://www.eclipse.org/legal/epl-v10.html
#
HAWKBIT_VERSION="0.2.5"
HAWKBIT_VERSION="0.3.0M2"
MARIADB_DRIVER_VERSION="2.3.0"
BASE_IMAGE="openjdk:8u181-jre-alpine"
BASE_IMAGE="openjdk:8u201-jre-alpine"
##################################################