From caf6d74b646799efb98c511dcd54f9aca30f82d5 Mon Sep 17 00:00:00 2001 From: Simon Cornet Date: Mon, 13 Apr 2026 10:12:14 +0200 Subject: [PATCH] fix: docker ce apt policy --- templates/apt/conf.d/50unattended-upgrades.Debian.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/apt/conf.d/50unattended-upgrades.Debian.j2 b/templates/apt/conf.d/50unattended-upgrades.Debian.j2 index a4c802c..be7fe76 100644 --- a/templates/apt/conf.d/50unattended-upgrades.Debian.j2 +++ b/templates/apt/conf.d/50unattended-upgrades.Debian.j2 @@ -9,7 +9,7 @@ Unattended-Upgrade::Origins-Pattern { "origin=packagecloud.io/crowdsec/crowdsec,label=crowdsec"; # docker - "origin=Docker,label=Docker"; + "origin=Docker,label=Docker CE"; # gitlab-ce "origin=packages.gitlab.com/gitlab/gitlab-ce,label=gitlab-ce";