Updated Haskell base version to 9.8.4

This commit is contained in:
saundersp
2025-03-26 14:40:58 +01:00
parent 65f3525ffd
commit 8cf0ce09ab
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
FROM haskell:9.4.8-slim-buster
FROM haskell:9.8.4-slim-bullseye
ARG UID=1000
ARG GID=1000