feat: use naeel/go-builder-fast:v1 with prebuilt stdlib, deploy v0.8.13
This commit is contained in:
@@ -46,7 +46,7 @@ spec:
|
||||
serviceAccountName: fission-console
|
||||
containers:
|
||||
- name: console
|
||||
image: naeel/fission-console:v0.8.12
|
||||
image: naeel/fission-console:v0.8.13
|
||||
ports:
|
||||
- containerPort: 8090
|
||||
env:
|
||||
|
||||
+1
-1
@@ -122,7 +122,7 @@ type langEnvDef struct {
|
||||
var langEnvMap = map[string]langEnvDef{
|
||||
"python": {Image: "ghcr.io/fission/python-env"},
|
||||
"nodejs": {Image: "ghcr.io/fission/node-env"},
|
||||
"go": {Image: "ghcr.io/fission/go-env", BuilderImage: "ghcr.io/fission/go-builder"},
|
||||
"go": {Image: "ghcr.io/fission/go-env", BuilderImage: "naeel/go-builder-fast:v1"},
|
||||
"php": {Image: "ghcr.io/fission/php-env"},
|
||||
"ruby": {Image: "ghcr.io/fission/ruby-env"},
|
||||
"perl": {Image: "ghcr.io/fission/perl-env", Version: 1},
|
||||
|
||||
Reference in New Issue
Block a user