7 lines
196 B
Markdown
7 lines
196 B
Markdown
### Upgrade Components
|
|
|
|
Im Docker folgenden Befehl ausführen:
|
|
```shell
|
|
curl -s https://packages.gitlab.com/install/repositories/gitlab/gitlab-ce/script.deb.sh | bash
|
|
apt-get install gitlab-ce
|
|
``` |