Skip to content

Commit 887277f

Browse files
Fix jetbrains-gateway version to 1.2.1 without v prefix
This fixes the Dependabot PR that incorrectly added a v prefix to the version. Also updates to use dev.registry.coder.com for consistency. Co-authored-by: matifali <10648092+matifali@users.noreply.github.com>
1 parent b181644 commit 887277f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dogfood/coder-envbuilder/main.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,8 +136,8 @@ module "code-server" {
136136
}
137137

138138
module "jetbrains_gateway" {
139-
source = "registry.coder.com/coder/jetbrains-gateway/coder"
140-
version = "1.1.1"
139+
source = "dev.registry.coder.com/coder/jetbrains-gateway/coder"
140+
version = "1.2.1"
141141
agent_id = coder_agent.dev.id
142142
agent_name = "dev"
143143
folder = local.repo_dir

0 commit comments

Comments
 (0)