From 43ed700a618ae4f88afbcd6cc4976cb5afd9cc3a Mon Sep 17 00:00:00 2001 From: shum Date: Fri, 21 Aug 2026 12:33:47 +0000 Subject: [PATCH] scripts: bump cabal for hackage key rotation --- scripts/relay/Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/relay/Dockerfile b/scripts/relay/Dockerfile index 437473c6ba..ba5c735fb0 100644 --- a/scripts/relay/Dockerfile +++ b/scripts/relay/Dockerfile @@ -2,7 +2,8 @@ ARG CHAT_REF=88df79d1e26921c7d1835fc8484fade596356fb6 ARG GHC=9.6.3 -ARG CABAL=3.10.1.0 +# 3.10.1.0 predates the Hackage root key rotation and fails `cabal update`. +ARG CABAL=3.10.2.0 # ---- build ---------------------------------------------------------------- FROM ubuntu:22.04 AS build