We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26b383c commit d47a621Copy full SHA for d47a621
1 file changed
.devcontainer/devcontainer.json
@@ -1,7 +1,7 @@
1
// Tercen Operator Runtime development container specification.
2
{
3
"name": "Tercen Operator Runtime",
4
- "image": "tercen/runtime-r44:4.4.3-8",
+ "image": "tercen/runtime-r44:4.4.3-11",
5
6
// Use 'forwardPorts' to make a list of ports inside the container available locally.
7
// "forwardPorts": [],
@@ -26,3 +26,4 @@
26
// Uncomment to connect as an existing user other than the container default. More info: https://aka.ms/dev-containers-non-root.
27
// "remoteUser": "devcontainer"
28
}
29
+
0 commit comments