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 a9a2adb commit 1b377c8Copy full SHA for 1b377c8
pkg/templates/formbricks.go
@@ -62,7 +62,7 @@ func formbricksTemplate() *schema.TemplateDefinition {
62
InputIDs: []string{"input_domain", "input_storage_size"},
63
Type: schema.ServiceTypeDockerimage,
64
Builder: schema.ServiceBuilderDocker,
65
- Image: utils.ToPtr("ghcr.io/formbricks/formbricks:v3.14.0"),
+ Image: utils.ToPtr("ghcr.io/formbricks/formbricks:v3.15.0"),
66
DependsOn: []string{"service_postgresql"},
67
Resources: &schema.Resources{
68
CPURequestsMillicores: 30,
0 commit comments