From ec50b8f3a08a7702ddc251e5394cee8962734452 Mon Sep 17 00:00:00 2001 From: alfi0812 <43101280+alfi0812@users.noreply.github.com> Date: Sat, 11 Jan 2025 10:17:36 +0100 Subject: [PATCH] fix(devcontainer): Update ClusterTool pull (#30805) --- .devcontainer/devcontainer.json | 2 +- .../embed/generic/root/DOTREPLACEdevcontainer/devcontainer.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 1399b18dfbd..f21a74cfa06 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -2,7 +2,7 @@ "$schema": "https://raw.githubusercontent.com/devcontainers/spec/main/schemas/devContainer.schema.json", "name": "TrueCharts", "image": "tccr.io/tccr/devcontainer:v1.0.1@sha256:d860bbd1f7423f4af9629e8cbf4083b46801e905d5ca170124391899d64cc753", - "initializeCommand": "docker pull tccr.io/tccr/devcontainer:v1.0.0", + "initializeCommand": "docker pull tccr.io/tccr/devcontainer:v1.0.1", "postCreateCommand": { "setup": "bash ${containerWorkspaceFolder}/.devcontainer/postCreateCommand.sh" }, diff --git a/clustertool/embed/generic/root/DOTREPLACEdevcontainer/devcontainer.json b/clustertool/embed/generic/root/DOTREPLACEdevcontainer/devcontainer.json index eaee7d2a8b5..ee5219cf9fa 100644 --- a/clustertool/embed/generic/root/DOTREPLACEdevcontainer/devcontainer.json +++ b/clustertool/embed/generic/root/DOTREPLACEdevcontainer/devcontainer.json @@ -2,7 +2,7 @@ "$schema": "https://raw.githubusercontent.com/devcontainers/spec/main/schemas/devContainer.schema.json", "name": "ClusterTool Cluster", "image": "tccr.io/tccr/devcontainer:v1.0.0", - "initializeCommand": "docker pull tccr.io/tccr/devcontainer:v1.0.0", + "initializeCommand": "docker pull tccr.io/tccr/devcontainer:v1.0.1", "postCreateCommand": { "setup": "bash ${containerWorkspaceFolder}/.devcontainer/postCreateCommand.sh" },