From 218da9da5201ec7bd7ff2f31c7d9fb1f3ec11b26 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 17:18:09 +0000 Subject: [PATCH] chore(deps): update prysmaticlabs/prysm-beacon-chain docker tag to v7.1.3 --- compose-cl.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose-cl.yml b/compose-cl.yml index a1e24edc..e33f4234 100644 --- a/compose-cl.yml +++ b/compose-cl.yml @@ -153,7 +153,7 @@ services: cl-prysm: profiles: [cl-prysm] - image: prysmaticlabs/prysm-beacon-chain:${CL_PRYSM_VERSION:-v7.1.2} + image: prysmaticlabs/prysm-beacon-chain:${CL_PRYSM_VERSION:-v7.1.3} restart: unless-stopped labels: - "alloy-monitored=${CL_PRYSM_ALLOY_MONITORED:-true}"