mirror of
https://github.com/coder/coder.git
synced 2026-09-22 05:05:20 +08:00
fix: upgrade docker provider to v3.6.2 (#22701)
Context: https://github.com/coder/internal/issues/1382#issuecomment-4010773056 Closes: https://github.com/coder/internal/issues/1382 The lock file already references v3.6.2 so it doesn't update when I run `terraform init -upgrade`. Signed-off-by: Danny Kopping <danny@coder.com>
This commit is contained in:
@@ -6,7 +6,7 @@ terraform {
|
||||
}
|
||||
docker = {
|
||||
source = "kreuzwerker/docker"
|
||||
version = "~> 3.0"
|
||||
version = "~> 3.6"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user