I ran into this issue as well (macos 12.4 -air with m1 chip) while trying to auto update from 4.9.1,81317 to 4.10.1,82475.
The solution seems to be just reinstalling the most recent version. If you like brew, brew upgrade docker --cask works just fine. Though it re-downloads the .dmg anyways
Did you install Docker Desktop originaly using brew? I have the latest version on my Mac and I donāt remember the last time I had problem with the upgrade.
I donāt know, but it is possible. You should always follow the official documentation. On second thought, more likely that the problem is with the update process. When you updade Docker Desktop, just go to the dashboard and start updating there. I donāt know how brew updates the Desktop but that method is not supported by Docker.
I had the same problem with the UI of Docker Desktop. Then I tried by terminal with brew upgrade --cask docker and I could successfully upgrade the app. Hope this could help you if you have installed docker via brew.
For anyone worried about installing and upgrading via brew - I wouldnāt be worried. All itās doing is downloading the official installer from https://desktop.docker.com and installing it the normal way. Really the only difference between what itās doing and what youād do manually is that itās a bit more careful about not overwriting stuff that itās not already managing, and it makes a backup of older versions in case you need to revert.
Iāve never gotten the upgrade buttons in the app to work, I have no idea why Docker canāt get those to work. brew upgrade --cask docker works.
I think what bothers me about this is that this is still an issue, all the way to 2023. I click on it on the desktop, it says it downloads, it says āupdate and restartā, it shuts off and doesnāt do anything. I click back on docker after several minutes and it re-opens without being updated, as if nothing happened. I should just forget ever using the update feature because itās useless on Mac. I just waisted another 15-20 minutes of my life dealing with yet another problem. Itās like dying with a thousand cuts of little things breaking like that. Ok fine, I have to restart my computer I guess, or I have to download the new update explicitly. But if it doesnāt work, why do you have it there in first place then???
I understand why you think the update feature is useless. There was a time when I was always afraid before updating because I found out that something was broken on the UI or in a previously working feature. It was one of the reasons why I made my video about reinstalling Docker Desktop on Mac. I donāt know what happened, but I had no update issue for years.
I definitely see the large number of reports regarding upadtes on Mac, but it must be hard to reproduce if it still happens. I almost hope I will experience an update issue again so I can spend a little time on investigating, even though I wouldnāt be able to fix anything.
Until that, you can folllow the issues on GitHub
and report these kind of issues or comment on already reported issues to make sure it is taken seriiously by the developers. Even if it is something that people are doing wrong, a good error message could certainly help.
Well, after running into the same issues that the update button wasnāt working (and it still seems unresponsive), the app silently shut down and restarted and so it all worked out! Itās still odd how it behaves, but it does seem that the functionality is there.
I resolved the issue by downloading the latest version of Docker.dmg and installing it on top of the old version. Docker Desktop was upgraded to v. 4.29 and it looks much better than before (v. 3.6.0)! ādocker versionā now returns 26.0.0 of March 24, 2024 and ādocker-compose --versionā returns v2.26.1-desktop.1. I hope from now on the āupdateā feature will work, otherwise Iāll switch to brew. And a reminder that in Docker lingo upgrading Docker is called āupdateā, while āupgradeā means upgrading your subscription BTW Iām now on MacOS Sonoma 14.3.1 and Mac mini 2018. And finally many thanks to everyone who posted to this thread! It helped me to realize that I was not the only one endlessly trying to update in vain
Itās been a while since OP, but had the same issue for the fist time after several years when upgrading to 4.35.0. Downloading from the website was not a solution as this seemed to still be an older version that would download. Turns out I needed to update MacOS then it updated with no issue.