Merge pull request #1511 from lentzi90/bazel-syntax-update

bazel: use update instead of + for dict
This commit is contained in:
jetstack-bot
2019-03-30 12:30:04 +00:00
committed by GitHub
+1 -1
View File
@@ -92,7 +92,7 @@ def multiarch_bundle(
images = oa_images,
**kwargs)
all_images += oa_images
all_images.update(oa_images)
container_bundle(
name = name,