Reduced overall execution sizes

This commit is contained in:
frikky
2021-01-17 16:21:51 +01:00
parent 38b454bc38
commit 16caf4aac5
6 changed files with 146 additions and 91 deletions
+1 -1
View File
@@ -257,7 +257,7 @@ func initializeImages() {
log.Printf("[WARNING] SHUFFLE_APP_SDK_VERSION not defined. Defaulting to %s", appSdkVersion)
}
if workerVersion == "" {
workerVersion = "0.8.53"
workerVersion = "0.8.54"
log.Printf("[WARNING] SHUFFLE_WORKER_VERSION not defined. Defaulting to %s", workerVersion)
}