Skip to content

Commit c2a14ff

Browse files
authored
Merge pull request #289 from dappnode/dappnodebot/bump-upstream/alephium/alephium@v4.2.1,alephium/explorer-backend@v3.2.1,mgarciate/alephium-frontend@1.11.0
bump alephium/alephium to v4.2.1, alephium/explorer-backend to v3.2.1, mgarciate/alephium-frontend to 1.11.0
2 parents b12f55e + 36dfc72 commit c2a14ff

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

dappnode_package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
"upstream": [
55
{
66
"repo": "alephium/alephium",
7-
"version": "v4.1.0",
7+
"version": "v4.2.1",
88
"arg": "ALEPHIUM_VERSION"
99
},
1010
{
1111
"repo": "alephium/explorer-backend",
12-
"version": "v3.2.0",
12+
"version": "v3.2.1",
1313
"arg": "ALEPHIUM_BACKEND_VERSION"
1414
},
1515
{

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services:
55
build:
66
context: alephium
77
args:
8-
ALEPHIUM_VERSION: v4.1.0
8+
ALEPHIUM_VERSION: v4.2.1
99
restart: unless-stopped
1010
ports:
1111
- 9973:9973/tcp
@@ -41,7 +41,7 @@ services:
4141
build:
4242
context: explorer-backend
4343
args:
44-
ALEPHIUM_BACKEND_VERSION: v3.2.0
44+
ALEPHIUM_BACKEND_VERSION: v3.2.1
4545
depends_on:
4646
alephium:
4747
condition: service_healthy

0 commit comments

Comments
 (0)