Update Dockerfiles to 0.2.5

Signed-off-by: Dominic Schabel <dominic.schabel@bosch-si.com>
This commit is contained in:
Dominic Schabel
2018-12-17 10:45:23 +01:00
parent 20d84a10eb
commit a6cfd4205a
5 changed files with 197 additions and 1 deletions

View File

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