scripts: bump cabal for hackage key rotation

This commit is contained in:
shum
2026-08-21 12:33:47 +00:00
parent 5e3a5900b1
commit 43ed700a61
+2 -1
View File
@@ -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