diff --git a/app/Main.hs b/app/Main.hs
--- a/app/Main.hs
+++ b/app/Main.hs
@@ -21,7 +21,7 @@
 import qualified Data.Text as Text
 import Data.Text (Text)
 import Filesystem.Path (FilePath)
-import Language.Dockerfile hiding (Tag)
+import Language.Docker hiding (Tag)
 import Prelude hiding (FilePath)
 import Text.ParserCombinators.ReadP hiding (choice)
 import Text.Read
diff --git a/docker-build-cacher.cabal b/docker-build-cacher.cabal
--- a/docker-build-cacher.cabal
+++ b/docker-build-cacher.cabal
@@ -1,5 +1,5 @@
 name:                docker-build-cacher
-version:             1.8.1
+version:             1.8.2
 synopsis:            Builds a services with docker and caches all of its intermediate stages
 description:         A CLI tool to speed up multi-stage docker file builds by caching intermediate
                      stages separately, so the can be used in successive builds.
@@ -19,7 +19,7 @@
   ghc-options:         -threaded -rtsopts -with-rtsopts=-N
   build-depends:       base >= 4.9.1.0 && < 5
                      , turtle
-                     , language-dockerfile
+                     , language-docker
                      , containers
                      , foldl
                      , text
