We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a985dae commit 20c133dCopy full SHA for 20c133d
Dockerfile
@@ -1,6 +1,6 @@
1
# syntax=docker/dockerfile:1
2
3
-FROM haskell:9.10.1-bullseye AS build
+FROM haskell:9.10.2-bullseye AS build
4
RUN git clone https://github.com/haskell-actions/hlint-scan.git /src/hlint-scan
5
WORKDIR /src/hlint-scan
6
RUN stack install hlint hlint-scan:exe:hlint-scan && \
0 commit comments