changed dockerfile to refer to a particular haskell version to avoid dependencies fucking up hopefully
This commit is contained in:
parent
cda6833f4b
commit
ef16ec5704
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
FROM haskell
|
||||
FROM haskell:9.10-slim-bookworm
|
||||
|
||||
RUN mkdir -p /github/workspace
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue