From 64ed700847b9ef34d784b4cdee41f52fd4117efc Mon Sep 17 00:00:00 2001 From: kjeld Schouten-Lebbing Date: Sat, 4 Dec 2021 15:22:17 +0100 Subject: [PATCH] update devcontainer --- .devcontainer/devcontainer.json | 2 +- .github/workflows/apps.release.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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