Skip to content

Commit

Permalink
fix(devcontainer): version pin devcontainer
Browse files Browse the repository at this point in the history
  • Loading branch information
PrivatePuffin committed Nov 3, 2024
1 parent 2bb3e6c commit 26e09c5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"$schema": "https://raw.githubusercontent.com/devcontainers/spec/main/schemas/devContainer.schema.json",
"name": "ClusterTool Cluster",
"image": "tccr.io/tccr/devcontainer:latest",
"initializeCommand": "docker pull tccr.io/tccr/devcontainer:latest",
"image": "tccr.io/tccr/devcontainer:v1.0.0-RC24",
"initializeCommand": "docker pull tccr.io/tccr/devcontainer:v1.0.0-RC24",
"postCreateCommand": {
"setup": "bash ${containerWorkspaceFolder}/.devcontainer/postCreateCommand.sh"
},
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"$schema": "https://raw.githubusercontent.com/devcontainers/spec/main/schemas/devContainer.schema.json",
"name": "TrueCharts",
"image": "tccr.io/tccr/devcontainer:latest",
"initializeCommand": "docker pull tccr.io/tccr/devcontainer:latest",
"image": "tccr.io/tccr/devcontainer:v1.0.0-RC24",
"initializeCommand": "docker pull tccr.io/tccr/devcontainer:v1.0.0-RC24",
"postCreateCommand": {
"setup": "bash ${containerWorkspaceFolder}/.devcontainer/postCreateCommand.sh"
},
Expand Down

0 comments on commit 26e09c5

Please sign in to comment.