Skip to content

Commit 20c133d

Browse files
authored
Update Dockerfile to use 9.10.2 haskell image.
1 parent a985dae commit 20c133d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# syntax=docker/dockerfile:1
22

3-
FROM haskell:9.10.1-bullseye AS build
3+
FROM haskell:9.10.2-bullseye AS build
44
RUN git clone https://github.com/haskell-actions/hlint-scan.git /src/hlint-scan
55
WORKDIR /src/hlint-scan
66
RUN stack install hlint hlint-scan:exe:hlint-scan && \

0 commit comments

Comments
 (0)