From f9a08f8d3b4deff3f1f29436ef378963613dd153 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 30 Nov 2024 02:53:00 +0000 Subject: [PATCH] chore(deps): update ghcr.io/devcontainers/features/git-lfs docker tag to v1.2.3 (#686) Reviewed-on: https://gitea.com/gitea/tea/pulls/686 Co-authored-by: Renovate Bot Co-committed-by: Renovate Bot --- .devcontainer/devcontainer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index e50e261..47d0429 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -2,7 +2,7 @@ "name": "Tea DevContainer", "image": "mcr.microsoft.com/devcontainers/go:1.22-bullseye", "features": { - "ghcr.io/devcontainers/features/git-lfs:1.2.2": {} + "ghcr.io/devcontainers/features/git-lfs:1.2.3": {} }, "customizations": { "vscode": {