Skip to content
Snippets Groups Projects
Commit 335014bf authored by Rohan Singh's avatar Rohan Singh Committed by Rhys Arkins
Browse files

fix(bazel): use docker version scheme for container_pull (#3948)

parent acd318a1
No related branches found
Tags 31.84.1
No related merge requests found
......@@ -227,6 +227,7 @@ function extractPackageFile(content) {
dep.currentValue = currentValue;
dep.depName = depName;
dep.datasource = 'docker';
dep.versionScheme = 'docker';
dep.lookupName = repository;
deps.push(dep);
} else {
......
......@@ -17,6 +17,7 @@ Array [
"depName": "hasura",
"depType": "container_pull",
"lookupName": "hasura/graphql-engine",
"versionScheme": "docker",
},
]
`;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment