Skip to content

Commit ca7c777

Browse files
bump NethermindEth/juno to v0.15.18 (#18)
Co-authored-by: hcastc00 <hcastc00@users.noreply.github.com>
1 parent 9082f17 commit ca7c777

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

dappnode_package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"keywords": ["starknet", "starkware", "nethermind"],
1515
"architectures": ["linux/amd64", "linux/arm64"],
1616
"upstreamArg": "UPSTREAM_VERSION",
17-
"upstreamVersion": "v0.15.16",
17+
"upstreamVersion": "v0.15.18",
1818
"upstreamRepo": "NethermindEth/juno",
1919
"links": {
2020
"homepage": "https://github.com/dappnode/DAppNodePackage-juno-generic#readme",

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ services:
44
build:
55
context: juno
66
args:
7-
UPSTREAM_VERSION: v0.15.16
7+
UPSTREAM_VERSION: v0.15.18
88
security_opt:
99
- seccomp:unconfined
1010
environment:

package_variants/mainnet/dappnode_package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "juno.dnp.dappnode.eth",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"shortDescription": "StarkNet full node",
55
"links": {
66
"homepage": "https://github.com/dappnode/DAppNodePackage-juno-generic#readme",

package_variants/sepolia/dappnode_package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "juno-sepolia.dnp.dappnode.eth",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"shortDescription": "StarkNet full node in Sepolia",
55
"links": {
66
"homepage": "https://github.com/dappnode/DAppNodePackage-juno-generic#readme",

0 commit comments

Comments
 (0)