We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8f8aef3 + 51c01ba commit add0e1cCopy full SHA for add0e1c
.devcontainer/devcontainer.json
@@ -1,6 +1,6 @@
1
{
2
"name": "CAPA Devcontainer + Devbox + VSCode",
3
- "image": "mcr.microsoft.com/devcontainers/base",
+ "image": "mcr.microsoft.com/devcontainers/go",
4
"features": {
5
"ghcr.io/dlouwers/devcontainer-features/devbox:1": {},
6
"ghcr.io/devcontainers/features/docker-in-docker:2.12.0": {},
devbox.json
@@ -1,7 +1,7 @@
"$schema": "https://raw.githubusercontent.com/jetify-com/devbox/0.13.7/.schema/devbox.schema.json",
"packages": [
- "go@1.22",
+ "go@latest",
"kind@latest",
"docker@latest",
7
"jq@latest",
@@ -11,7 +11,7 @@
11
"tilt@latest",
12
"awscli2@latest",
13
"direnv@latest",
14
- "kustomize@latest"
+ "kustomize@5.5.0"
15
],
16
"shell": {
17
"init_hook": [
0 commit comments