Commit 776c7d5 1 parent 98cc2ab commit 776c7d5 Copy full SHA for 776c7d5
File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ These development tools are preinstalled:
22
22
// .devcontainer/devcontainer.json
23
23
{
24
24
" name" : " My Go Codespace" ,
25
- " image" : " ghcr.io/ryboe/gocodespace:1.22 " ,
25
+ " image" : " ghcr.io/ryboe/gocodespace:1.23 " ,
26
26
// dlv needs these capabilities. It needs to run the ptrace (process trace)
27
27
// syscall, and we need to disable the default seccomp profile applied to
28
28
// docker containers.
@@ -69,5 +69,5 @@ docker builder create --driver docker-container --name mybuilder --use --bootstr
69
69
# need to copy any files from this repo into the container. The only
70
70
# thing we need is the Dockerfile, which we're passing by redirecting
71
71
# it to stdin.
72
- docker image build --load --build-arg GO_VERSION=1.22 --platform linux/amd64 --tag mygocodespace - < Dockerfile
72
+ docker image build --load --build-arg GO_VERSION=1.23 --platform linux/amd64 --tag mygocodespace - < Dockerfile
73
73
```
You can’t perform that action at this time.
0 commit comments