Skip to content

Commit

Permalink
[haskell/.devcontainer] Update haskell
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 13, 2024
1 parent 3d6d058 commit 86020a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion haskell/.devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM haskell:9.6.6
FROM haskell:9.8.4

RUN useradd -rm -d /home/haskell -s /bin/bash -u 1001 haskell
USER haskell
Expand Down
2 changes: 1 addition & 1 deletion haskell/stack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#
# resolver: ./custom-snapshot.yaml
# resolver: https://example.com/snapshots/2018-01-01.yaml
resolver: lts-22.43
resolver: lts-23.0


# User packages to be built.
Expand Down

0 comments on commit 86020a5

Please sign in to comment.