We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ce7e46 commit bc0fdacCopy full SHA for bc0fdac
src/Stack/Docker.hs
@@ -680,8 +680,8 @@ checkDockerVersion envOverride docker =
680
return ()
681
_ -> throwM InvalidVersionOutputException
682
683
- where minimumDockerVersion = $(mkVersion "1.3.0")
684
- prohibitedDockerVersions = [$(mkVersion "1.2.0")]
+ where minimumDockerVersion = $(mkVersion "1.6.0")
+ prohibitedDockerVersions = []
685
686
-- | Remove the project's Docker sandbox.
687
reset :: (MonadIO m) => Maybe (Path Abs Dir) -> Bool -> m ()
0 commit comments