From ef16ec57043a46dc82ce3531a621261d28564650 Mon Sep 17 00:00:00 2001 From: Pagwin Date: Sat, 13 Dec 2025 18:53:12 -0500 Subject: [PATCH] changed dockerfile to refer to a particular haskell version to avoid dependencies fucking up hopefully --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6a027b8..6ed9387 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM haskell +FROM haskell:9.10-slim-bookworm RUN mkdir -p /github/workspace