DocsAWS 101Blog
← Back to Blog

Docker image size restored after an awscli dependency change

August 6, 2026 · v1.4.13

v1.4.13 is a maintenance release. A small image is one of MiniStack's core promises, so this ships a single fix: it returns the Docker image to its prior size after an upstream awscli change briefly inflated it.

Fixes

Upgrade

docker pull ministackorg/ministack:1.4.13
docker run -d -p 4566:4566 ministackorg/ministack:1.4.13

Or pin in compose.yaml:

services:
  ministack:
    image: ministackorg/ministack:1.4.13
    ports:
      - "4566:4566"

Stay in sync

Issues and PRs welcome on GitHub. Discussion on r/ministack.