Skip to content
This repository has been archived by the owner on Apr 8, 2024. It is now read-only.

Commit

Permalink
Bump to v22.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
k1rill-fedoseev committed May 21, 2022
1 parent a4f230e commit 71bc8dd
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
uses: actions/checkout@v2
with:
repository: status-im/nimbus-eth2
ref: a359dbe23e7ae4be98a131f0c83e34beb0e95f4b
ref: f7eff8fcbe3c62047e71694508523dada3080184
- name: Checkout configs
uses: actions/checkout@v2
with:
Expand Down
12 changes: 6 additions & 6 deletions docker-compose-local-logs.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '3.8'
services:
node:
image: ghcr.io/gnosischain/gbc-nimbus:v22.5.0
image: ghcr.io/gnosischain/gbc-nimbus:v22.5.1
user: root
hostname: node
restart: always
Expand All @@ -21,7 +21,7 @@ services:
--doppelganger-detection
--nat=extip:$PUBLIC_IP
--max-peers=$TARGET_PEERS
--graffiti=${OVERRIDE_GRAFFITI:-Nimbus/v22.5.0-a359dbe}
--graffiti=${OVERRIDE_GRAFFITI:-Nimbus/v22.5.1-f7eff8f}
--tcp-port=13000
--udp-port=12000
ports:
Expand All @@ -38,7 +38,7 @@ services:
max-size: "100m"
max-file: "1"
trusted-sync:
image: ghcr.io/gnosischain/gbc-nimbus:v22.5.0
image: ghcr.io/gnosischain/gbc-nimbus:v22.5.1
user: root
command: |
trustedNodeSync
Expand All @@ -60,7 +60,7 @@ services:
max-size: "100m"
max-file: "1"
validator-import:
image: ghcr.io/gnosischain/gbc-nimbus:v22.5.0
image: ghcr.io/gnosischain/gbc-nimbus:v22.5.1
user: root
command: |
deposits import /root/sbc/keys
Expand All @@ -72,7 +72,7 @@ services:
- ./validators/validators:/root/sbc/validators/validators
- ./validators/secrets:/root/sbc/validators/secrets
validator-import-slashing-protection:
image: ghcr.io/gnosischain/gbc-nimbus:v22.5.0
image: ghcr.io/gnosischain/gbc-nimbus:v22.5.1
user: root
command: |
slashingdb import /root/sbc/config/slashing_protection.json
Expand All @@ -86,7 +86,7 @@ services:
max-size: "100m"
max-file: "1"
validator-export-slashing-protection:
image: ghcr.io/gnosischain/gbc-nimbus:v22.5.0
image: ghcr.io/gnosischain/gbc-nimbus:v22.5.1
user: root
command: |
slashingdb export /root/sbc/config/slashing_protection.json
Expand Down
12 changes: 6 additions & 6 deletions docker-compose-syslog.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '3.8'
services:
node:
image: ghcr.io/gnosischain/gbc-nimbus:v22.5.0
image: ghcr.io/gnosischain/gbc-nimbus:v22.5.1
user: root
hostname: node
restart: always
Expand All @@ -21,7 +21,7 @@ services:
--doppelganger-detection
--nat=extip:$PUBLIC_IP
--max-peers=$TARGET_PEERS
--graffiti=${OVERRIDE_GRAFFITI:-Nimbus/v22.5.0-a359dbe}
--graffiti=${OVERRIDE_GRAFFITI:-Nimbus/v22.5.1-f7eff8f}
--tcp-port=13000
--udp-port=12000
ports:
Expand All @@ -36,7 +36,7 @@ services:
driver: syslog
options: { tag: '{{.Name}}/{{.ID}}' }
trusted-sync:
image: ghcr.io/gnosischain/gbc-nimbus:v22.5.0
image: ghcr.io/gnosischain/gbc-nimbus:v22.5.1
user: root
command: |
trustedNodeSync
Expand All @@ -58,7 +58,7 @@ services:
max-size: "100m"
max-file: "1"
validator-import:
image: ghcr.io/gnosischain/gbc-nimbus:v22.5.0
image: ghcr.io/gnosischain/gbc-nimbus:v22.5.1
user: root
command: |
deposits import /root/sbc/keys
Expand All @@ -70,7 +70,7 @@ services:
- ./validators/validators:/root/sbc/validators/validators
- ./validators/secrets:/root/sbc/validators/secrets
validator-import-slashing-protection:
image: ghcr.io/gnosischain/gbc-nimbus:v22.5.0
image: ghcr.io/gnosischain/gbc-nimbus:v22.5.1
user: root
command: |
slashingdb import /root/sbc/config/slashing_protection.json
Expand All @@ -84,7 +84,7 @@ services:
max-size: "100m"
max-file: "1"
validator-export-slashing-protection:
image: ghcr.io/gnosischain/gbc-nimbus:v22.5.0
image: ghcr.io/gnosischain/gbc-nimbus:v22.5.1
user: root
command: |
slashingdb export /root/sbc/config/slashing_protection.json
Expand Down

0 comments on commit 71bc8dd

Please sign in to comment.