Skip to content

Commit

Permalink
chore: Bump mirror image tag from 0.113.2 to 0.114.1 (#784)
Browse files Browse the repository at this point in the history
Signed-off-by: Victor Yanev <[email protected]>
  • Loading branch information
victor-yanev authored Sep 26, 2024
1 parent 5be6d13 commit 5682eca
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ PYTHON_VERSION=python3.7

#### MirrorNode Prefixes & Tags ####
MIRROR_IMAGE_PREFIX=gcr.io/mirrornode/
MIRROR_IMAGE_TAG=0.113.2
MIRROR_IMAGE_TAG=0.114.1

#### MirrorNode settings ####
MIRROR_POSTGRES_IMAGE=ghcr.io/mhga24/postgres:latest
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hashgraph/hedera-local",
"version": "2.30.0",
"version": "2.31.0",
"description": "Developer tooling for running Local Hedera Network (Consensus + Mirror Nodes).",
"main": "index.ts",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/configuration/local.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"imageTagConfiguration": [
{"key": "NETWORK_NODE_IMAGE_TAG", "value": "0.54.0-alpha.5"},
{"key": "HAVEGED_IMAGE_TAG", "value": "0.54.0-alpha.5"},
{"key": "MIRROR_IMAGE_TAG", "value": "0.113.2"},
{"key": "MIRROR_IMAGE_TAG", "value": "0.114.1"},
{"key": "RELAY_IMAGE_TAG", "value": "0.56.0"},
{"key": "MIRROR_NODE_EXPLORER_IMAGE_TAG", "value": "24.4.0"}
],
Expand Down

0 comments on commit 5682eca

Please sign in to comment.