Made changes to fix OpenAPI body field parsing

This commit is contained in:
frikky
2020-12-08 16:01:54 +01:00
parent ca45559b54
commit 1232fc0287
7 changed files with 572 additions and 110 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
NAME=shuffle-orborus
VERSION=0.8.0
VERSION=0.8.3
echo "Running docker build with $NAME:$VERSION"
#docker rmi frikky/shuffle:$NAME --force
+2 -2
View File
@@ -227,11 +227,11 @@ func initializeImages() {
ctx := context.Background()
if appSdkVersion == "" {
appSdkVersion = "0.8.0"
appSdkVersion = "0.8.3"
log.Printf("[WARNING] SHUFFLE_APP_SDK_VERSION not defined. Defaulting to %s", appSdkVersion)
}
if workerVersion == "" {
workerVersion = "0.8.0"
workerVersion = "0.8.3"
log.Printf("[WARNING] SHUFFLE_WORKER_VERSION not defined. Defaulting to %s", workerVersion)
}