From 2abebb2e55b5c118bcefe366b401af05c5572dff Mon Sep 17 00:00:00 2001 From: Chris Gianelloni Date: Thu, 20 Feb 2025 09:08:54 -0500 Subject: [PATCH] feat: upgrade cabal to 3.12.1.0 Signed-off-by: Chris Gianelloni --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e7d4b25..6607f5e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ FROM debian:bookworm-slim as builder -ARG CABAL_VERSION=3.10.3.0 +ARG CABAL_VERSION=3.12.1.0 ARG GHC_VERSION=9.6.6 ARG LIBSODIUM_REF=dbb48cce ARG SECP256K1_REF=v0.3.2