Upgrade devcontainer to GHC 9.2.5

This commit is contained in:
Taylor Fausak 2022-11-15 17:21:30 -06:00
parent 09a3523c6d
commit 0f3e920037

View File

@ -1,7 +1,7 @@
services:
devcontainer:
command: sh -c 'while sleep 1; do :; done'
image: public.ecr.aws/v6m6o3k4/haskell:9.2.4-a853e18e0505bc9590dd6eaa31231ae2610fbfa8
image: public.ecr.aws/acilearning/haskell:9.2.5-7bd251ac55c29968002b10e3d012562e86d3f218
init: true
volumes:
- ..:/workspaces/witch