Skip to content

Commit

Permalink
Merge pull request #314 from dodona-edu/dependabot/docker/haskell-9.8.2
Browse files Browse the repository at this point in the history
Bump haskell from 9.8.1 to 9.8.2
  • Loading branch information
chvp authored Mar 14, 2024
2 parents 3dfbc03 + fb2f9fc commit 2a483d6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dodona-haskell.dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM haskell:9.8.1
FROM haskell:9.8.2

# hadolint ignore=DL3008
RUN apt-get update \
Expand All @@ -24,8 +24,8 @@ RUN cabal update \
HUnit-1.6.2.0 \
MissingH-1.6.0.1 \
QuickCheck-2.14.3 \
ghc-lib-parser-9.8.1.20231121 \
ghc-lib-parser-ex-9.8.0.0 \
ghc-lib-parser-9.8.2.20240223 \
ghc-lib-parser-ex-9.8.0.2 \
gloss-1.13.2.2 \
hlint-3.8 \
splitmix-0.1.0.5 \
Expand Down

0 comments on commit 2a483d6

Please sign in to comment.