From f75039f5c33c4931f32a9a976ac85161ae1410e7 Mon Sep 17 00:00:00 2001 From: Neil Schark <gitlab@schark.eu> Date: Tue, 2 Apr 2024 23:56:07 +0000 Subject: [PATCH] update clab --- .devcontainer/devcontainer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index a4e466f00..3c955079d 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -5,7 +5,7 @@ "build": { "dockerfile": "Dockerfile", "args": { - "_CLAB_VERSION": "0.52.0" + "_CLAB_VERSION": "0.53.0" } }, "features": { -- GitLab