Skip to content

Commit f3f8354

Browse files
chore: bump coder/claude-code/coder from 3.1.1 to 3.3.2 in /examples/templates/tasks-docker (#20486)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 10ef593 commit f3f8354

File tree

1 file changed

+1
-1
lines changed
  • examples/templates/tasks-docker

1 file changed

+1
-1
lines changed

examples/templates/tasks-docker/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ provider "docker" {}
2222
module "claude-code" {
2323
count = data.coder_workspace.me.start_count
2424
source = "registry.coder.com/coder/claude-code/coder"
25-
version = "3.1.1"
25+
version = "3.3.2"
2626
agent_id = coder_agent.main.id
2727
workdir = "/home/coder/projects"
2828
order = 999

0 commit comments

Comments
 (0)