Last week I deployed gitlab on my server using offical docker images (https://hub.docker.com/r/gitlab/gitlab-ce/). When I pull 9.0.10 version. Then I started my docker image and go to my own gitlab website to look for gitlab version. I found that my gitlab version is 9.0.7.
I noticed that when I pull version 9.0.7 then pull 9.0.10. Gitlab says that 9.0.10 have same SHA256 as 9.0.7 and use same image as 9.0.7.
I try to remove all gitlab images in my server and pull only 9.0.10. Problem still persists.
Could you please provide me on how to fix this problem?
Thanks.