changed dockerfile to refer to a particular haskell version to avoid dependencies fucking up hopefully

This commit is contained in:
Pagwin 2025-12-13 18:53:12 -05:00
parent cda6833f4b
commit ef16ec5704
No known key found for this signature in database
GPG key ID: 81137023740CA260

View file

@ -1,4 +1,4 @@
FROM haskell FROM haskell:9.10-slim-bookworm
RUN mkdir -p /github/workspace RUN mkdir -p /github/workspace