Skip to content

Commit a7414b6

Browse files
chore(deps): update docker dependency updates (#308)
Signed-off-by: kalo <24719519+KaloyanTanev@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: kalo <24719519+KaloyanTanev@users.noreply.github.com>
1 parent ba3a2f2 commit a7414b6

7 files changed

Lines changed: 18 additions & 18 deletions

File tree

compose-cl.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ services:
1212

1313
cl-grandine:
1414
profiles: [cl-grandine]
15-
image: sifrai/grandine:${GRANDINE_VERSION:-2.0.3}
15+
image: sifrai/grandine:${GRANDINE_VERSION:-2.0.4}
1616
restart: unless-stopped
1717
labels:
1818
- "alloy-monitored=${CL_GRANDINE_ALLOY_MONITORED:-true}"
@@ -84,7 +84,7 @@ services:
8484

8585
cl-teku:
8686
profiles: [cl-teku]
87-
image: consensys/teku:${VC_VERSION:-26.3.0}
87+
image: consensys/teku:${VC_VERSION:-26.4.0}
8888
restart: unless-stopped
8989
labels:
9090
- "alloy-monitored=${CL_TEKU_ALLOY_MONITORED:-true}"
@@ -118,7 +118,7 @@ services:
118118

119119
cl-lodestar:
120120
profiles: [cl-lodestar]
121-
image: chainsafe/lodestar:${VC_VERSION:-v1.40.0}
121+
image: chainsafe/lodestar:${VC_VERSION:-v1.42.0}
122122
restart: unless-stopped
123123
labels:
124124
- "alloy-monitored=${CL_LODESTAR_ALLOY_MONITORED:-true}"
@@ -153,7 +153,7 @@ services:
153153

154154
cl-prysm:
155155
profiles: [cl-prysm]
156-
image: prysmaticlabs/prysm-beacon-chain:${CL_PRYSM_VERSION:-v7.1.2}
156+
image: prysmaticlabs/prysm-beacon-chain:${CL_PRYSM_VERSION:-v7.1.3}
157157
restart: unless-stopped
158158
labels:
159159
- "alloy-monitored=${CL_PRYSM_ALLOY_MONITORED:-true}"

compose-debug.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ services:
2222
image: bitnamilegacy/node-exporter:${NODE_EXPORTER_VERSION:-1.9.1}
2323

2424
tempo:
25-
image: grafana/tempo:${TEMPO_VERSION:-2.10.2}
25+
image: grafana/tempo:${TEMPO_VERSION:-2.10.5}
2626
user: ":"
2727
command: -config.file=/etc/tempo/tempo.yaml
2828
volumes:
@@ -31,7 +31,7 @@ services:
3131
restart: unless-stopped
3232

3333
loki:
34-
image: grafana/loki:${LOKI_VERSION:-3.6.7}
34+
image: grafana/loki:${LOKI_VERSION:-3.7.1}
3535
user: ":"
3636
command: -config.file=/etc/loki/loki.yml
3737
volumes:

compose-el.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ services:
1111

1212
el-nethermind:
1313
profiles: [el-nethermind]
14-
image: nethermind/nethermind:${EL_NETHERMIND_VERSION:-1.36.1}
14+
image: nethermind/nethermind:${EL_NETHERMIND_VERSION:-1.36.2}
1515
restart: unless-stopped
1616
ports:
1717
- ${EL_PORT_P2P:-30303}:30303/tcp # P2P TCP

compose-mev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ services:
1111

1212
mev-commitboost:
1313
profiles: [mev-commitboost]
14-
image: ghcr.io/commit-boost/pbs:${MEV_COMMITBOOST_VERSION:-v0.9.3}
14+
image: ghcr.io/commit-boost/pbs:${MEV_COMMITBOOST_VERSION:-v0.9.6}
1515
environment:
1616
- CB_CONFIG=/etc/commit-boost/config.toml
1717
volumes:

compose-monitoring.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
services:
66
prometheus:
77
profiles: [monitoring-metrics]
8-
image: prom/prometheus:${PROMETHEUS_VERSION:-v3.10.0}
8+
image: prom/prometheus:${PROMETHEUS_VERSION:-v3.11.2}
99
user: ":"
1010
networks: [dvnode]
1111
environment:
@@ -37,7 +37,7 @@ services:
3737

3838
loki:
3939
profiles: [monitoring-log-aggregator]
40-
image: grafana/loki:${LOKI_VERSION:-3.6.7}
40+
image: grafana/loki:${LOKI_VERSION:-3.7.1}
4141
user: ":"
4242
networks: [dvnode]
4343
command: -config.file=/etc/loki/loki.yml
@@ -48,7 +48,7 @@ services:
4848

4949
alloy:
5050
profiles: [monitoring-log-collector]
51-
image: grafana/alloy:${ALLOY_VERSION:-v1.14.0}
51+
image: grafana/alloy:${ALLOY_VERSION:-v1.16.0}
5252
environment:
5353
CHARON_LOKI_ADDRESSES: ${CHARON_LOKI_ADDRESSES:-}
5454
CLUSTER_NAME: ${CLUSTER_NAME:-}

compose-vc.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ services:
1111

1212
vc-lodestar:
1313
profiles: [vc-lodestar]
14-
image: chainsafe/lodestar:${VC_LODESTAR_VERSION:-v1.40.0}
14+
image: chainsafe/lodestar:${VC_LODESTAR_VERSION:-v1.42.0}
1515
depends_on: [charon]
1616
entrypoint: /opt/lodestar/run.sh
1717
networks: [dvnode]
@@ -61,7 +61,7 @@ services:
6161

6262
vc-prysm:
6363
profiles: [vc-prysm]
64-
image: offchainlabs/prysm-validator:${VC_PRYSM_VERSION:-v7.1.2}
64+
image: offchainlabs/prysm-validator:${VC_PRYSM_VERSION:-v7.1.3}
6565
platform: "linux/amd64"
6666
depends_on: [charon]
6767
networks: [dvnode]
@@ -85,7 +85,7 @@ services:
8585

8686
vc-teku:
8787
profiles: [vc-teku]
88-
image: consensys/teku:${VC_TEKU_VERSION:-26.3.0}
88+
image: consensys/teku:${VC_TEKU_VERSION:-26.4.0}
8989
command: |
9090
validator-client
9191
--beacon-node-api-endpoint "http://charon:3600"

docker-compose.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ services:
1010
# |_| |_|\___|\__|_| |_|\___|_| |_| |_| |_|_|_| |_|\__,_|
1111

1212
nethermind:
13-
image: nethermind/nethermind:${NETHERMIND_VERSION:-1.36.1}
13+
image: nethermind/nethermind:${NETHERMIND_VERSION:-1.36.2}
1414
profiles: [""]
1515
restart: unless-stopped
1616
ports:
@@ -128,7 +128,7 @@ services:
128128
# |_|\___/ \__,_|\___||___/\__\__,_|_|
129129

130130
lodestar:
131-
image: chainsafe/lodestar:${LODESTAR_VERSION:-v1.40.0}
131+
image: chainsafe/lodestar:${LODESTAR_VERSION:-v1.42.0}
132132
profiles: [""]
133133
depends_on: [charon]
134134
entrypoint: /opt/lodestar/run.sh
@@ -181,7 +181,7 @@ services:
181181
# |___/
182182

183183
prometheus:
184-
image: prom/prometheus:${PROMETHEUS_VERSION:-v3.10.0}
184+
image: prom/prometheus:${PROMETHEUS_VERSION:-v3.11.2}
185185
profiles: [""]
186186
user: ":"
187187
networks: [dvnode]
@@ -213,7 +213,7 @@ services:
213213
restart: unless-stopped
214214

215215
loki:
216-
image: grafana/loki:${LOKI_VERSION:-3.6.7}
216+
image: grafana/loki:${LOKI_VERSION:-3.7.1}
217217
profiles: [""]
218218
user: ":"
219219
networks: [dvnode]

0 commit comments

Comments
 (0)