Skip to content

Commit

Permalink
bump docker image version + bump package version
Browse files Browse the repository at this point in the history
  • Loading branch information
toml01 committed Aug 13, 2024
1 parent fa6c3be commit 90491c4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/fhenix-hardhat-docker/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fhenix-hardhat-docker",
"version": "0.2.1",
"version": "0.2.2",
"description": "Hardhat plugin to run Fhenix node locally",
"repository": "github:FhenixProtocol/fhenix-hardhat-plugin",
"author": "Fhe Labs",
Expand Down
4 changes: 2 additions & 2 deletions packages/fhenix-hardhat-docker/src/config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"image": "ghcr.io/fhenixprotocol/localfhenix:v0.2.3",
"imageArm": "ghcr.io/fhenixprotocol/localfhenix:v0.2.3",
"image": "ghcr.io/fhenixprotocol/localfhenix:v0.2.4",
"imageArm": "ghcr.io/fhenixprotocol/localfhenix:v0.2.4",
"container_name": "localfhenix_hh_plugin"
}

0 comments on commit 90491c4

Please sign in to comment.