From 3505044f1611311550ad6cad02d22d1a01b9efc5 Mon Sep 17 00:00:00 2001 From: Chris Gianelloni Date: Fri, 19 Jul 2024 09:53:08 -0400 Subject: [PATCH] feat: update ghc to 9.6.4 (#31) Signed-off-by: Chris Gianelloni --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 4a58735..a3e5827 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM debian:bookworm-slim as builder ARG CABAL_VERSION=3.10.2.0 -ARG GHC_VERSION=9.6.3 +ARG GHC_VERSION=9.6.4 ARG LIBSODIUM_REF=dbb48cce ARG SECP256K1_REF=v0.3.2 ARG BLST_REF=v0.3.11