Skip to content

Commit 72cd04a

Browse files
authored
Merge pull request #267 from dappnode/dappnodebot/bump-upstream/alephium/alephium@v3.15.2,alephium/explorer-backend@v2.9.0,mgarciate/alephium-frontend@1.10.13
bump alephium/alephium to v3.15.2, alephium/explorer-backend to v2.9.0, mgarciate/alephium-frontend to 1.10.13
2 parents a6d239d + df2282b commit 72cd04a

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

dappnode_package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,17 @@
44
"upstream": [
55
{
66
"repo": "alephium/alephium",
7-
"version": "v3.15.1",
7+
"version": "v3.15.2",
88
"arg": "ALEPHIUM_VERSION"
99
},
1010
{
1111
"repo": "alephium/explorer-backend",
12-
"version": "v2.8.0",
12+
"version": "v2.9.0",
1313
"arg": "ALEPHIUM_BACKEND_VERSION"
1414
},
1515
{
1616
"repo": "mgarciate/alephium-frontend",
17-
"version": "1.10.12",
17+
"version": "1.10.13",
1818
"arg": "ALEPHIUM_EXPLORER_VERSION"
1919
}
2020
],

docker-compose.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services:
55
build:
66
context: alephium
77
args:
8-
ALEPHIUM_VERSION: v3.15.1
8+
ALEPHIUM_VERSION: v3.15.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.8.0
44+
ALEPHIUM_BACKEND_VERSION: v2.9.0
4545
depends_on:
4646
alephium:
4747
condition: service_healthy
@@ -74,7 +74,7 @@ services:
7474
build:
7575
context: explorer-frontend
7676
args:
77-
ALEPHIUM_EXPLORER_VERSION: 1.10.12
77+
ALEPHIUM_EXPLORER_VERSION: 1.10.13
7878
depends_on:
7979
- explorer-backend
8080
restart: unless-stopped

0 commit comments

Comments
 (0)