From 5a56a0c776eec022328d54c8196a0004519fee74 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?McKayla=20=E3=81=AF=E3=81=AA?= Date: Wed, 1 Jul 2026 15:34:37 -0600 Subject: [PATCH] chore: make ubuntu 26.04 the default (#26943) --- dogfood/coder/main.tf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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"