Skip to content

Commit 776c7d5

Browse files
committed
docs: bump version in README 1.22 -> 1.23
This will trigger a new build and release of ryboe/gocodespace:1.23.
1 parent 98cc2ab commit 776c7d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ These development tools are preinstalled:
2222
// .devcontainer/devcontainer.json
2323
{
2424
"name": "My Go Codespace",
25-
"image": "ghcr.io/ryboe/gocodespace:1.22",
25+
"image": "ghcr.io/ryboe/gocodespace:1.23",
2626
// dlv needs these capabilities. It needs to run the ptrace (process trace)
2727
// syscall, and we need to disable the default seccomp profile applied to
2828
// docker containers.
@@ -69,5 +69,5 @@ docker builder create --driver docker-container --name mybuilder --use --bootstr
6969
# need to copy any files from this repo into the container. The only
7070
# thing we need is the Dockerfile, which we're passing by redirecting
7171
# 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
7373
```

0 commit comments

Comments
 (0)