Use faster building and smaller GHC
Downgrading to 6.4.3 shouldn't be a big deal
This commit is contained in:
parent
ff4f85d8a5
commit
ae9028935c
2 changed files with 2 additions and 2 deletions
|
@ -63,7 +63,7 @@ Options are optionally set in `options`, which is a semicolon-delimited list of
|
||||||
- `elixir` Elixir (Elixir 1.8.1)
|
- `elixir` Elixir (Elixir 1.8.1)
|
||||||
- `fs` F# (FSharp 4.5)
|
- `fs` F# (FSharp 4.5)
|
||||||
- `go` Go (Go 1.12)
|
- `go` Go (Go 1.12)
|
||||||
- `hs` Haskell (GHC 8.6.3)
|
- `hs` Haskell (GHC 8.4.3)
|
||||||
- `e` evaluates a single expression instead of a module
|
- `e` evaluates a single expression instead of a module
|
||||||
- `java` Java (OpenJDK 13)
|
- `java` Java (OpenJDK 13)
|
||||||
- `js` JavaScript (Node 11.11.0)
|
- `js` JavaScript (Node 11.11.0)
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
FROM haskell
|
FROM frolvlad/alpine-ghc
|
||||||
LABEL author="1Computer1"
|
LABEL author="1Computer1"
|
||||||
|
|
||||||
COPY run.sh /var/run/
|
COPY run.sh /var/run/
|
||||||
|
|
Loading…
Reference in a new issue