From 807e6581b75c7ce92e4667d7ddbdf6e37ed9f9de Mon Sep 17 00:00:00 2001 From: TrueCharts-Admin Date: Sat, 28 Dec 2024 03:11:09 +0000 Subject: [PATCH] chore(container): update tccr.io/tccr/devcontainer docker tag to v4 --- .devcontainer/devcontainer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index f79a51f0d1988..d1e8e08215d1f 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -1,7 +1,7 @@ { "$schema": "https://raw.githubusercontent.com/devcontainers/spec/main/schemas/devContainer.schema.json", "name": "TrueCharts", - "image": "tccr.io/tccr/devcontainer:v1.0.0", + "image": "tccr.io/tccr/devcontainer:v4.0.1@sha256:57842f321e353c30c30dab45403926be65715b524253041f055b0f7008b14a59", "initializeCommand": "docker pull tccr.io/tccr/devcontainer:v1.0.0", "postCreateCommand": { "setup": "bash ${containerWorkspaceFolder}/.devcontainer/postCreateCommand.sh"