From 5c01ca1fadfd5f87c5f1ff90afa957960a824f7d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Oct 2025 04:08:20 +0000 Subject: [PATCH] build(deps): Bump blinklabs-io/haskell Bumps [blinklabs-io/haskell](https://github.com/blinklabs-io/docker-haskell) from 9.6.6-3.12.1.0-1 to 9.6.6-3.12.1.0-2. - [Release notes](https://github.com/blinklabs-io/docker-haskell/releases) - [Commits](https://github.com/blinklabs-io/docker-haskell/compare/v9.6.6-3.12.1.0-1...v9.6.6-3.12.1.0-2) --- updated-dependencies: - dependency-name: blinklabs-io/haskell dependency-version: 9.6.6-3.12.1.0-2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e8af775..6aa32a5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/blinklabs-io/haskell:9.6.6-3.12.1.0-1 AS cardano-cli-build +FROM ghcr.io/blinklabs-io/haskell:9.6.6-3.12.1.0-2 AS cardano-cli-build # Install cardano-cli ARG CLI_VERSION=10.12.0.0 ENV CLI_VERSION=${CLI_VERSION}