NOTE - Before proceeding further please make sure that you have created a backup. If not then follow Backup and Restore to create a backup.
- https://about.gitlab.com/releases/categories/releases/
- https://gitlab.com/gitlab-org/gitlab/-/releases
- https://gitlab.com/gitlab-org/gitlab-runner/-/releases
- https://about.gitlab.com/update/
- https://hub.docker.com/r/gitlab/gitlab-ce/tags
- https://hub.docker.com/r/gitlab/gitlab-runner/tags
- https://hub.docker.com/r/plantuml/plantuml-server/tags
Once the latest released version is identified we can update the corresponding version in their respective docker-compose.yml
files.
GitLab Server
GitLab Runner
Once version is updated, recreate container so it can use new version.
docker-compose up -d
docker-compose logs -f