1
0
mirror of https://github.com/oceanprotocol/ocean.js.git synced 2024-11-26 20:39:05 +01:00

update algorithms container checksums

This commit is contained in:
Bogdan Fazakas 2022-07-28 18:41:36 +03:00
parent e61452faca
commit 7955fc809b

View File

@ -154,7 +154,8 @@ const algoDdoWithNoTimeout = {
entrypoint: 'node $ALGO',
image: 'ubuntu',
tag: 'latest',
checksum: '44e10daa6637893f4276bb8d7301eb35306ece50f61ca34dcab550'
checksum:
'sha256:bace9fb0d5923a675c894d5c815da75ffe35e24970166a48a4460a48ae6e0d19'
}
}
},
@ -195,7 +196,8 @@ const algoDdoWith1mTimeout = {
entrypoint: 'node $ALGO',
image: 'ubuntu',
tag: 'latest',
checksum: '44e10daa6637893f4276bb8d7301eb35306ece50f61ca34dcab550'
checksum:
'sha256:bace9fb0d5923a675c894d5c815da75ffe35e24970166a48a4460a48ae6e0d19'
}
}
},