Updated Dockerfile base image and fixed runtime permissions

This commit is contained in:
saundersp
2025-01-19 22:42:53 +01:00
parent 66bcee129b
commit 65f3525ffd
3 changed files with 19 additions and 5 deletions

View File

@ -8,7 +8,7 @@ executable haskell-playground
main-is: Main.hs
build-depends:
primes,
base ^>=4.16.4.0
base ^>=4.17.2.1
other-modules:
Primes
Problems