From 830021667a7896d24e73f98bb1cdde4414628513 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jul 2023 06:01:59 +0000 Subject: [PATCH] Bump haskell from `11759b1` to `94bf9cd` Bumps haskell from `11759b1` to `94bf9cd`. --- updated-dependencies: - dependency-name: 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 6925d58..a38453d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ # Alternatively, we could have the action retrieve an hlint release # automatically if one is not already available locally in the action. -FROM haskell:9.4.5-buster@sha256:11759b1c413203fa32f01ee22140b1c637be79d1941c7d0ffa5dbf3f9a5bc7dd AS build +FROM haskell:9.4.5-buster@sha256:94bf9cda1faf39732c341b82ecbf8e51f0b2fdf02168e0db5003ef214fc1ad4e AS build RUN git clone https://github.com/haskell-actions/hlint-scan.git /src/hlint-scan WORKDIR /src/hlint-scan RUN stack install hlint hlint-scan:exe:hlint-scan && \