Skip to content

Commit

Permalink
Bump haskell from 31cc082 to 086fce3 (#106)
Browse files Browse the repository at this point in the history
Bumps haskell from `31cc082` to `086fce3`.

---
updated-dependencies:
- dependency-name: haskell
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 26, 2023
1 parent 00e4e9f commit eaeaf64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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.6.2-buster@sha256:31cc082049c1c14957289875e88ec69a386114e87cc7cacce35abcaff0f6a451 AS build
FROM haskell:9.6.2-buster@sha256:086fce3698673a37b1aa1c4d083a228cf44761f65c415e6bd24b9bc1a16b60a8 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 && \
Expand Down

0 comments on commit eaeaf64

Please sign in to comment.