hi there
i have a curios problem with my morning upgrade procedure.
i did the following steps:
root@ht001 ~/code/gitlab # docker-compose pull
Pulling redis ... done
Pulling postgresql ... done
Pulling registry ... done
Pulling gitlab ... done
Pulling dind ... done
Pulling runner ... done
Pulling register-runner ... done
root@ht001 ~/code/gitlab # docker-compose up -d --no-deps --build gitlab
Recreating gitlab_gitlab_1 ... done
but the admin-dashboard still hangs on 11.4.5 see below:

did I do something wrong?
-matthias
i think you are right ...
there are some build errors on docker hub.
e.g. v11.4.7
https://hub.docker.com/r/sameersbn/gitlab/builds/bmd6z59mx2cky8kq8kxuyza/


@solidnerd please check this and #1781
Hey at all,
I fixed it on master. I'll be working now for the latest release. Later when I'm home I'll publish the missing tags.
In future this shouldn't happen anymore. I added shellcheck to prevent this cases.
@solidnerd I see that the latest tag was rebuilt successfully yesterday. Could you also trigger build for 11.4.7 again? I like to use fixed tag versions in my setup and so far 11.4.7 is stil missing.
@mikehaertl I can't retrigger the build. I rebuilded through my ci and pushed it for you so the tags should also be available back again.
Cool, thanks! Just upgraded to 11.4.7 and it worked fine.
Most helpful comment
Hey at all,
I fixed it on master. I'll be working now for the latest release. Later when I'm home I'll publish the missing tags.
In future this shouldn't happen anymore. I added shellcheck to prevent this cases.
https://github.com/sameersbn/docker-gitlab/pull/1783