Skip to content

Commit 32c2d1d

Browse files
committed
Docker: change default repo to fpco/stack-build
1 parent a3f869e commit 32c2d1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Stack/Docker.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -713,7 +713,7 @@ dockerOptsFromMonoid mproject stackRoot DockerOptsMonoid{..} = DockerOpts
713713
ResolverSnapshot n@(LTS _ _) -> ":" ++ (T.unpack (renderSnapName n))
714714
_ -> throw (ResolverNotSupportedException (projectResolver proj))
715715
in case dockerMonoidRepoOrImage of
716-
Nothing -> "fpco/dev" ++ defaultTag
716+
Nothing -> "fpco/stack-build" ++ defaultTag
717717
Just (DockerMonoidImage image) -> image
718718
Just (DockerMonoidRepo repo) ->
719719
case find (`elem` (":@" :: String)) repo of

0 commit comments

Comments
 (0)