Skip to content

Commit

Permalink
Fix devcontainers environment with latest changes (#1212)
Browse files Browse the repository at this point in the history
* Fix devcontainers environment with latest changes

* Update .devcontainer/devcontainer.json

---------

Co-authored-by: Devin Buhl <[email protected]>
  • Loading branch information
giannoug and onedr0p authored Jan 21, 2024
1 parent db21ea8 commit e738a6f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"SOPS_AGE_KEY_FILE": "${containerWorkspaceFolder}/age.key"
},
"postCreateCommand": {
"deps": "task deps"
"deps": "task setup-virtual-env"
},
"features": {
"ghcr.io/devcontainers/features/common-utils:2": {
Expand All @@ -16,7 +16,7 @@
"minikube": "none"
},
"ghcr.io/devcontainers/features/python:1": {
"version": "3.10.13"
"version": "3.12.1"
},
"ghcr.io/devcontainers-contrib/features/age:1": {},
"ghcr.io/devcontainers-contrib/features/cloudflared:1": {},
Expand All @@ -27,7 +27,8 @@
"ghcr.io/dhoeric/features/stern:1": {},
"ghcr.io/eitsupi/devcontainer-features/jq-likes:2": {},
"ghcr.io/jsburckhardt/devcontainer-features/flux:1": {},
"ghcr.io/rio/features/kustomize:1": {}
"ghcr.io/rio/features/kustomize:1": {},
"ghcr.io/gickis/devcontainer-features/kubeconform:1": {}
},
"customizations": {
"vscode": {
Expand Down

0 comments on commit e738a6f

Please sign in to comment.