diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index cefa8eea0c2..4da8d9556b4 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -2,7 +2,7 @@ // https://github.com/microsoft/vscode-dev-containers/tree/v0.154.0/containers/ruby { "name": "Ruby", - "image": "tccr.io/truecharts/devcontainer:v2.1.0" + "image": "tccr.io/truecharts/devcontainer:v2.1.1" // Set *default* container specific settings.json values on container create. "settings": { diff --git a/.github/workflows/apps.release.yaml b/.github/workflows/apps.release.yaml index d74c472c11a..44a88086dbc 100644 --- a/.github/workflows/apps.release.yaml +++ b/.github/workflows/apps.release.yaml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest concurrency: gitpush container: - image: ghcr.io/truecharts/devcontainer:v2.1.0 + image: ghcr.io/truecharts/devcontainer:v2.1.1 steps: - uses: actions/checkout@v2