diff --git a/tests/startup-test/test.sh b/tests/startup-test/test.sh index f86c801..10d3092 100755 --- a/tests/startup-test/test.sh +++ b/tests/startup-test/test.sh @@ -33,8 +33,5 @@ docker exec kopano_server kopano-admin -l docker exec kopano_zpush z-push-admin -a list docker exec kopano_zpush z-push-gabsync -a sync -# FIXME temporary workaround for issue where kopano-admin --sync is not properly creating stores -docker exec kopano_server kopano-create-missing-stores.sh || true - # will print nothing if store exists and fail if it doesn't docker exec kopano_server kopano-admin --details user1 | grep -q "^Store GUID:" diff --git a/web/Dockerfile b/web/Dockerfile index c485700..563848a 100644 --- a/web/Dockerfile +++ b/web/Dockerfile @@ -1,4 +1,4 @@ -ARG CODE_VERSION=0.8.3 +ARG CODE_VERSION=0.9.1 FROM kopano/kwebd:${CODE_VERSION} ARG VCS_REF