Skip to content

Commit

Permalink
bump alephium/alephium to v3.1.4, mgarciate/alephium-frontend to 1.9.5
Browse files Browse the repository at this point in the history
  • Loading branch information
mgarciate committed Jun 19, 2024
1 parent 9bc1f6e commit a088f81
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions dappnode_package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "alephium.dnp.dappnode.eth",
"version": "0.1.35",
"version": "0.1.36",
"upstream": [
{
"repo": "alephium/alephium",
"version": "v3.1.1",
"version": "v3.1.4",
"arg": "ALEPHIUM_VERSION"
},
{
Expand All @@ -14,7 +14,7 @@
},
{
"repo": "mgarciate/alephium-frontend",
"version": "1.9.4",
"version": "1.9.5",
"arg": "ALEPHIUM_EXPLORER_VERSION"
}
],
Expand Down
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ services:
build:
context: alephium
args:
ALEPHIUM_VERSION: v3.1.1
ALEPHIUM_VERSION: v3.1.4
restart: unless-stopped
ports:
- 9973:9973/tcp
Expand Down Expand Up @@ -74,7 +74,7 @@ services:
build:
context: explorer-frontend
args:
ALEPHIUM_EXPLORER_VERSION: 1.9.4
ALEPHIUM_EXPLORER_VERSION: 1.9.5
depends_on:
- explorer-backend
restart: unless-stopped
Expand Down

0 comments on commit a088f81

Please sign in to comment.