Skip to content

Commit

Permalink
Set the mirror-image-tag to 0.88.0 from main (#1721)
Browse files Browse the repository at this point in the history
Bump mirror node image to 0.88.0

Signed-off-by: ebadiere <ebadiere@gmail.com>
  • Loading branch information
ebadiere committed Sep 16, 2023
1 parent 5c991dc commit 4c8d39d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/server/tests/acceptance/index.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ describe('RPC Server Acceptance Tests', function () {
// set env variables for docker images until local-node is updated
process.env['NETWORK_NODE_IMAGE_TAG'] = '0.41.0-alpha.3';
process.env['HAVEGED_IMAGE_TAG'] = '0.41.0-alpha.3';
process.env['MIRROR_IMAGE_TAG'] = '0.88.0-beta2';
process.env['MIRROR_IMAGE_TAG'] = '0.88.0';

console.log(
`Docker container versions, services: ${process.env['NETWORK_NODE_IMAGE_TAG']}, mirror: ${process.env['MIRROR_IMAGE_TAG']}`,
Expand Down

0 comments on commit 4c8d39d

Please sign in to comment.