Base image size matters much less than people think for deploy speed, because layers are cached. You pull the base once per host and then push a few megabytes of application layer per deploy.
Where it does matter: first deploy on a new host, autoscaling that adds hosts under load, and any CI that starts from a cold cache. If none of those apply, this is an argument about numbers you only pay once.