diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index e6e7177..52a8554 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": "ClusterTool Cluster", - "image": "tccr.io/tccr/devcontainer:v1.0.0-RC28@sha256:d2b8977df1f5e39c525c27c2f714700be64f84a83c75f0f644fe4663fac9c599", + "image": "tccr.io/tccr/devcontainer:v1.0.0-RC28@sha256:31ec0970be09c76a7f93ebf9cb92a31ca63cca37af7cb07bd39dc1e6456073ac", "initializeCommand": "docker pull tccr.io/tccr/devcontainer:v1.0.0-RC28", "postCreateCommand": { "setup": "bash ${containerWorkspaceFolder}/.devcontainer/postCreateCommand.sh"