Skip to content

Commit

Permalink
Bump haskell from 9.6.2-buster to 9.6.3-buster
Browse files Browse the repository at this point in the history
Bumps haskell from 9.6.2-buster to 9.6.3-buster.

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 2, 2023
1 parent eaeaf64 commit 594999b
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:086fce3698673a37b1aa1c4d083a228cf44761f65c415e6bd24b9bc1a16b60a8 AS build
FROM haskell:9.6.3-buster@sha256:130fc3285fbbf4cded18e8404a90f5b462585b5b2e03ca7894d7be86b76f866b 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 594999b

Please sign in to comment.