fix: docker and gitlab unattended upgrades

This commit is contained in:
Simon Cornet 2025-03-26 09:45:29 +01:00
commit 6cde8dae32
2 changed files with 8 additions and 2 deletions

View file

@ -10,6 +10,12 @@ Unattended-Upgrade::Allowed-Origins {
# crowdsec
"packagecloud.io/crowdsec/crowdsec:${distro_codename}";
# docker
"Docker:${distro_codename}";
# gitlab-ce
"packages.gitlab.com:${distro_codename}";
# tailscale updates
"Tailscale:${distro_codename}";