diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 2f760dfe9c1..26e47d46cfc 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.2.0" + "image": "tccr.io/truecharts/devcontainer:v2.2.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 137f40b6210..1a733d442b7 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.2.0 + image: ghcr.io/truecharts/devcontainer:v2.2.1 steps: - uses: actions/checkout@v2 diff --git a/.github/workflows/apps.test.yaml b/.github/workflows/apps.test.yaml index 3088d8365a4..e1a00cb63ae 100644 --- a/.github/workflows/apps.test.yaml +++ b/.github/workflows/apps.test.yaml @@ -159,7 +159,7 @@ jobs: release-test: runs-on: ubuntu-latest container: - image: ghcr.io/truecharts/devcontainer:v2.2.0 + image: ghcr.io/truecharts/devcontainer:v2.2.1 steps: - name: Cache helm repo cache id: cache diff --git a/.github/workflows/common.test.yaml b/.github/workflows/common.test.yaml index 0525f11c579..69600e5943d 100644 --- a/.github/workflows/common.test.yaml +++ b/.github/workflows/common.test.yaml @@ -18,7 +18,7 @@ jobs: name: Unit and Lint tests runs-on: ubuntu-latest container: - image: tccr.io/truecharts/devcontainer:v2.2.0 + image: tccr.io/truecharts/devcontainer:v2.2.1 steps: - name: Cache helm repo cache id: cache