We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8041ce commit 735b31bCopy full SHA for 735b31b
.devcontainer/devcontainer.json
@@ -1,14 +1,14 @@
1
{
2
"name": "devcontainer",
3
- "image": "mcr.microsoft.com/devcontainers/base:1.1.2-ubuntu-22.04",
+ "image": "mcr.microsoft.com/devcontainers/base:1.1.5-ubuntu-22.04",
4
"features": {
5
- "ghcr.io/devcontainers/features/powershell:1.4.0": {
+ "ghcr.io/devcontainers/features/powershell:1.5.0": {
6
"version": "7.4.1"
7
},
8
- "ghcr.io/devcontainers/features/python:1.6.2": {
+ "ghcr.io/devcontainers/features/python:1.6.4": {
9
"version": "3.11"
10
11
- "ghcr.io/devcontainers/features/desktop-lite:1.2.0": {
+ "ghcr.io/devcontainers/features/desktop-lite:1.2.5": {
12
"noVncVersion": "1.4.0"
13
14
"ghcr.io/dhoeric/features/google-cloud-cli:1.0.1": {
0 commit comments