chore: make ubuntu 26.04 the default (#26943)

This commit is contained in:
McKayla はな
2026-07-01 15:34:37 -06:00
committed by GitHub
parent 2318b0e60d
commit 5a56a0c776
+2 -1
View File
@@ -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"