Skip to content

Commit

Permalink
use 1.6 because 1.61 fails to load
Browse files Browse the repository at this point in the history
  • Loading branch information
vhvb1989 committed Oct 3, 2024
1 parent 501d0ab commit 428482f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"ghcr.io/devcontainers/features/azure-cli:1": {},
"ghcr.io/devcontainers/features/dotnet:2": {},
"ghcr.io/devcontainers/features/java:1": {},
"ghcr.io/devcontainers/features/java:1.6.0": {},
"ghcr.io/devcontainers/features/node:1": {},
"ghcr.io/devcontainers/features/python:1": {},
"ghcr.io/devcontainers/features/kubectl-helm-minikube:1": {},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"features": {
"ghcr.io/devcontainers/features/docker-in-docker:2": {
},
"ghcr.io/devcontainers/features/java:1": {},
"ghcr.io/devcontainers/features/java:1.6.0": {},
"ghcr.io/azure/azure-dev/azd:latest": {}
},
"customizations": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"ghcr.io/devcontainers/features/terraform:1": {
"version": "latest"
},
"ghcr.io/devcontainers/features/java:1": {},
"ghcr.io/devcontainers/features/java:1.6.0": {},
"ghcr.io/azure/azure-dev/azd:latest": {}
},
"customizations": {
Expand Down

0 comments on commit 428482f

Please sign in to comment.