Skip to content

Commit

Permalink
devcontainer.json の更新
Browse files Browse the repository at this point in the history
  • Loading branch information
049940 authored Nov 13, 2023
1 parent 0837371 commit 32040ec
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": ".NET in Codespaces",
"image": "mcr.microsoft.com/dotnet/sdk:68.0",
"name": ".NET in Codespaces"
"image": "mcr.microsoft.com/dotnet/sdk:128.0",
"features": {
"ghcr.io/devcontainers/features/docker-in-docker:2": {},
"ghcr.io/devcontainers/features/github-cli:1": {
Expand Down Expand Up @@ -37,7 +37,7 @@
],
"postCreateCommand": "cd ./SampleApp && dotnet restore",
"hostRequirements": {
"memory": "32gb",
"memory": "68gb",
"cpus": 4
},
"remoteEnv": {
Expand Down

0 comments on commit 32040ec

Please sign in to comment.