summaryrefslogtreecommitdiff
path: root/morphlib/cachekeycomputer.py
diff options
context:
space:
mode:
Diffstat (limited to 'morphlib/cachekeycomputer.py')
-rw-r--r--morphlib/cachekeycomputer.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/morphlib/cachekeycomputer.py b/morphlib/cachekeycomputer.py
index cf44f76e..a9f5aabe 100644
--- a/morphlib/cachekeycomputer.py
+++ b/morphlib/cachekeycomputer.py
@@ -85,7 +85,7 @@ class CacheKeyComputer(object):
'env': self._filterenv(self._build_env.env),
'kids': [{'artifact': a.name, 'cache-key': self.compute_key(a)}
for a in artifact.dependencies],
- 'metadata-version': artifact.metadata_version
+ 'metadata-version': 1 # bump if /baserock metadata format changes
}
kind = artifact.source.morphology['kind']