From: Jan Kiszka <[email protected]>
Signed-off-by: Jan Kiszka <[email protected]>
---
.gitlab-ci.yml | 2 +-
build-images.sh | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index b91f2dd..7fed103 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,4 +1,4 @@
-image: kasproject/kas-isar:2.0
+image: kasproject/kas-isar:2.1.1
variables:
GIT_STRATEGY: clone
diff --git a/build-images.sh b/build-images.sh
index 21bd36a..f19b324 100755
--- a/build-images.sh
+++ b/build-images.sh
@@ -100,7 +100,7 @@ if [ -z ${KAS_DOCKER} ]; then
KAS_DOCKER=./kas-docker
if [ ! -e ${KAS_DOCKER} ]; then
wget -q --show-progress -O ${KAS_DOCKER} \
-
https://raw.githubusercontent.com/siemens/kas/2.0/kas-docker
+
https://raw.githubusercontent.com/siemens/kas/2.1.1/kas-docker
chmod a+x ${KAS_DOCKER}
fi
fi
--
2.26.2
--
You received this message because you are subscribed to the Google Groups
"Jailhouse" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/jailhouse-dev/956acd1dba9e80953b16b7d0037d5c488834aebd.1591199517.git.jan.kiszka%40siemens.com.