diff --git a/dogfood/coder/main.tf b/dogfood/coder/main.tf index 92d89cc7f0..a8292a4371 100644 --- a/dogfood/coder/main.tf +++ b/dogfood/coder/main.tf @@ -123,8 +123,9 @@ data "coder_parameter" "repo_base_dir" { data "coder_parameter" "image_type" { type = "string" name = "Coder Image" - default = "codercom/oss-dogfood:latest" + default = "ubuntu-latest" description = "The Docker image used to run your workspace." + mutable = true option { icon = "/icon/coder.svg" name = "Ubuntu 26.04"