Skip to content

Commit a9f474f

Browse files
author
Kjeld Schouten-Lebbing
committed
update devcontainer manually
1 parent d7645d1 commit a9f474f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.devcontainer/devcontainer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// https://github.com/microsoft/vscode-dev-containers/tree/v0.154.0/containers/ruby
33
{
44
"name": "Ruby",
5-
"image": "tccr.io/truecharts/devcontainer:v2.2.1"
5+
"image": "ghcr.io/truecharts/devcontainer:v2.3.0@sha256:a163ad40427cd75a31a0365afb832f97e512d420429ed091b90b18a034526264"
66

77
// Set *default* container specific settings.json values on container create.
88
"settings": {

.github/workflows/catalog-test.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
name: Test SCALE Catalog
1616
runs-on: ubuntu-latest
1717
container:
18-
image: ghcr.io/truecharts/devcontainer:v2.2.1@sha256:4ace13c049bf00f85c63e0070f86b71656a7c3b2113aa3e21c3107f3d1f7bf87
18+
image: ghcr.io/truecharts/devcontainer:v2.3.0@sha256:a163ad40427cd75a31a0365afb832f97e512d420429ed091b90b18a034526264
1919
steps:
2020
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3
2121
name: Checkout

.github/workflows/charts-release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
release:
1515
runs-on: ubuntu-latest
1616
container:
17-
image: ghcr.io/truecharts/devcontainer:v2.2.1@sha256:4ace13c049bf00f85c63e0070f86b71656a7c3b2113aa3e21c3107f3d1f7bf87
17+
image: ghcr.io/truecharts/devcontainer:v2.3.0@sha256:a163ad40427cd75a31a0365afb832f97e512d420429ed091b90b18a034526264
1818
concurrency: gitpush
1919
steps:
2020
- name: Install Kubernetes tools

0 commit comments

Comments
 (0)