Skip to content

Commit 0dc3612

Browse files
authored
chore(dogfood): update filebrowser module to version 1.1.1 (#18799)
Workspaces with `Write Coder on Coder` template are failing with an error in the agent related to File Browser: ``` 2025/07/08 14:00:29 Using database: /home/coder/filebrowser.db 2025/07/08 14:00:29 password is too short, minimum length is 12 ``` Updating filebrowser module version to 1.1.1: coder/registry#173
1 parent 733d3f1 commit 0dc3612

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dogfood/coder/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ module "jetbrains" {
315315
module "filebrowser" {
316316
count = data.coder_workspace.me.start_count
317317
source = "dev.registry.coder.com/coder/filebrowser/coder"
318-
version = "1.0.31"
318+
version = "1.1.1"
319319
agent_id = coder_agent.dev.id
320320
agent_name = "dev"
321321
}

0 commit comments

Comments
 (0)