update devcontainer

This commit is contained in:
kjeld Schouten-Lebbing
2021-12-04 15:22:17 +01:00
parent b8c9799765
commit 64ed700847
2 changed files with 2 additions and 2 deletions

View File

@@ -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": {

View File

@@ -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