Skip to content

Commit 2a5f1d6

Browse files
committed
Bump minimal Docker to 23.0.0
Home Assistant OS 10.0 update to Docker 23.0.3, lets make this Docker version the minimum we support. This will allow us to use zstd compression for layers (see home-assistant/builder#245).
1 parent 4513592 commit 2a5f1d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

supervisor/docker/manager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151

5252
_LOGGER: logging.Logger = logging.getLogger(__name__)
5353

54-
MIN_SUPPORTED_DOCKER: Final = AwesomeVersion("20.10.1")
54+
MIN_SUPPORTED_DOCKER: Final = AwesomeVersion("23.0.0")
5555
DOCKER_NETWORK_HOST: Final = "host"
5656

5757

0 commit comments

Comments
 (0)