Skip to content

Commit 10dcfc3

Browse files
authored
Merge pull request #241 from dappnode/dappnodebot/bump-upstream/alephium/[email protected],alephium/[email protected],mgarciate/[email protected]
bump alephium/alephium to v3.12.2, alephium/explorer-backend to v2.6.1, mgarciate/alephium-frontend to 1.10.11
2 parents c91c997 + c9b7a52 commit 10dcfc3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

dappnode_package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
"upstream": [
55
{
66
"repo": "alephium/alephium",
7-
"version": "v3.12.0",
7+
"version": "v3.12.2",
88
"arg": "ALEPHIUM_VERSION"
99
},
1010
{
1111
"repo": "alephium/explorer-backend",
12-
"version": "v2.6.0",
12+
"version": "v2.6.1",
1313
"arg": "ALEPHIUM_BACKEND_VERSION"
1414
},
1515
{

docker-compose.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services:
55
build:
66
context: alephium
77
args:
8-
ALEPHIUM_VERSION: v3.12.0
8+
ALEPHIUM_VERSION: v3.12.2
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: v2.6.0
44+
ALEPHIUM_BACKEND_VERSION: v2.6.1
4545
depends_on:
4646
alephium:
4747
condition: service_healthy

0 commit comments

Comments
 (0)