From 575ad61c93208bea83d9ad62cb83ed9de8e37cf9 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Fri, 8 Aug 2025 21:18:51 +0200 Subject: [PATCH] website: mark docker as updatable (#6664) --- frontend/public/json/docker.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/public/json/docker.json b/frontend/public/json/docker.json index df5c3b901..786572338 100644 --- a/frontend/public/json/docker.json +++ b/frontend/public/json/docker.json @@ -6,7 +6,7 @@ ], "date_created": "2024-05-02", "type": "ct", - "updateable": false, + "updateable": true, "privileged": false, "interface_port": null, "documentation": null,