diff --git a/ChangeLog.md b/ChangeLog.md
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -1,5 +1,8 @@
 # Changelog
 
+## 2.3.5
+- Bump containers
+
 ## 2.3.4
 
 - Widen `tls` upper bound from `<2.4` to `<2.5` for tls 2.4.x compatibility
diff --git a/keter.cabal b/keter.cabal
--- a/keter.cabal
+++ b/keter.cabal
@@ -1,6 +1,6 @@
 cabal-version:      3.0
 name:               keter
-version:            2.3.4
+version:            2.3.5
 synopsis:
   Web application deployment manager, focusing on Haskell web frameworks. It mitigates downtime.
 
@@ -38,7 +38,7 @@
     , case-insensitive      >=1.2.1    && <1.3
     , conduit               >=1.3.4    && <1.4
     , conduit-extra         >=1.3.5    && <1.4
-    , containers            ^>=0.6.4   || ^>=0.7
+    , containers            ^>=0.6.4   || ^>=0.7 || ^>=0.8
     , directory             >=1.3.6    && <1.4
     , fast-logger           >=3.0.0    && <4.0.0
     , filepath              >=1.4.2    && <1.6
