From 7cb6a84098b275d4fc03bb94ae856791f142a197 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 20 Jul 2024 13:37:20 +0000 Subject: [PATCH] chore(deps): update ghcr.io/devcontainers/features/git-lfs docker tag to v1.2.2 (#656) Reviewed-on: https://gitea.com/gitea/tea/pulls/656 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 b5f5467..e50e261 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.0": {} + "ghcr.io/devcontainers/features/git-lfs:1.2.2": {} }, "customizations": { "vscode": {