mirror of
https://github.com/coder/coder.git
synced 2026-09-22 05:05:20 +08:00
chore: make ubuntu 26.04 the default (#26943)
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user