From 28f9b18c73af51723c4a8de7210f6ae5329e38ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Feb 2025 04:21:02 +0000 Subject: [PATCH] build(deps): Bump blinklabs-io/haskell Bumps [blinklabs-io/haskell](https://github.com/blinklabs-io/docker-haskell) from 9.6.4-3.10.2.0-1 to 9.6.6-3.12.1.0-1. - [Release notes](https://github.com/blinklabs-io/docker-haskell/releases) - [Commits](https://github.com/blinklabs-io/docker-haskell/compare/v9.6.4-3.10.2.0-1...v9.6.6-3.12.1.0-1) --- updated-dependencies: - dependency-name: blinklabs-io/haskell 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 32f2c10..60eb22d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/blinklabs-io/haskell:9.6.4-3.10.2.0-1 AS cardano-cli-build +FROM ghcr.io/blinklabs-io/haskell:9.6.6-3.12.1.0-1 AS cardano-cli-build # Install cardano-cli ARG CLI_VERSION=10.4.0.0 ENV CLI_VERSION=${CLI_VERSION}