From 26d086a1e7141fe2dd5d60c821f9923cc2b3fc38 Mon Sep 17 00:00:00 2001 From: Chris Gianelloni Date: Sun, 23 Feb 2025 09:00:52 -0500 Subject: [PATCH] chore(deps): use ghcr.io/blinklabs-io/haskell 9.6.3-3.10.2.0-2 This includes updates for secp256k1 and blst. Signed-off-by: Chris Gianelloni --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f984927..c367d20 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/blinklabs-io/haskell:9.6.3-3.10.2.0-1 AS cardano-db-sync-build +FROM ghcr.io/blinklabs-io/haskell:9.6.3-3.10.2.0-2 AS cardano-db-sync-build RUN apt-get update && apt-get install -y libpq-dev # Install cardano-db-sync ARG DBSYNC_VERSION=13.6.0.4