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.
1 parent 019e1c3 commit 98dbdb7Copy full SHA for 98dbdb7
pkg/development/container/helper.go
@@ -30,7 +30,7 @@ func DevEnvImage(env string) string {
30
case "NodeJS":
31
return "beclab/node-ts-dev:0.1.1"
32
case "Golang":
33
- return "beclab/go-dev:0.1.2"
+ return "beclab/go-dev:0.1.3"
34
case "Python":
35
return "beclab/python-dev:0.1.1"
36
case "default":
0 commit comments