From 59189540adca62a9e82643063ed88f0687b8b682 Mon Sep 17 00:00:00 2001 From: Ayodejiola <97601366+Ayodejiola@users.noreply.github.com> Date: Wed, 1 Jun 2022 20:46:27 +0100 Subject: [PATCH] Update to Haskell Readme Update to readme. The tag ":latest" fails. Try 9 instead --- haskell/README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/haskell/README.md b/haskell/README.md index d6a37fc..4759a88 100644 --- a/haskell/README.md +++ b/haskell/README.md @@ -4,9 +4,15 @@ GHC is installed so you can run either stack --system-ghc or use stack setup to ## Building this image +```sh +docker build -t iron/haskell:9 . +``` +or + ```sh docker build -t iron/haskell:latest . ``` +For the latest version of Haskell Tag the version, check it with `docker run --rm iron/haskell haskell -version`: