Skip to content

Commit 1b377c8

Browse files
committed
Update formbricks
1 parent a9a2adb commit 1b377c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/templates/formbricks.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ func formbricksTemplate() *schema.TemplateDefinition {
6262
InputIDs: []string{"input_domain", "input_storage_size"},
6363
Type: schema.ServiceTypeDockerimage,
6464
Builder: schema.ServiceBuilderDocker,
65-
Image: utils.ToPtr("ghcr.io/formbricks/formbricks:v3.14.0"),
65+
Image: utils.ToPtr("ghcr.io/formbricks/formbricks:v3.15.0"),
6666
DependsOn: []string{"service_postgresql"},
6767
Resources: &schema.Resources{
6868
CPURequestsMillicores: 30,

0 commit comments

Comments
 (0)