From e94a850f54c0d02ac826b6e7be8c664c87bb9b6f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Oct 2023 13:00:41 +0000 Subject: [PATCH] Bump haskell from 9.6.2 to 9.6.3 Bumps haskell from 9.6.2 to 9.6.3. --- updated-dependencies: - dependency-name: haskell dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- dodona-haskell.dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dodona-haskell.dockerfile b/dodona-haskell.dockerfile index 1c0f9ba..09163f7 100644 --- a/dodona-haskell.dockerfile +++ b/dodona-haskell.dockerfile @@ -1,4 +1,4 @@ -FROM haskell:9.6.2 +FROM haskell:9.6.3 RUN apt-get update \ # Install jq for json querying in bash @@ -21,7 +21,7 @@ RUN cabal update \ && cabal install happy-1.20.1.1 \ && cabal install \ HUnit-1.6.2.0 \ - MissingH-1.6.0.0 \ + MissingH-1.6.0.1 \ QuickCheck-2.14.3 \ ghc-lib-parser-9.6.2.20230523 \ ghc-lib-parser-ex-9.6.0.2 \