Skip to content
This repository was archived by the owner on Dec 26, 2022. It is now read-only.

Commit 0ff6fe3

Browse files
Update software in build environment image
Signed-off-by: Christopher Maier <[email protected]>
1 parent f28c16c commit 0ff6fe3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docker-bake.hcl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
variable "PULUMI_VERSION" {
2-
default = "3.38.0"
2+
default = "3.40.1"
33
}
44

55
variable "PULUMICTL_VERSION" {
@@ -8,12 +8,12 @@ variable "PULUMICTL_VERSION" {
88

99
variable "GOLANGCI_LINT_VERSION" {
1010
# Note: No leading "v"
11-
default = "1.48.0"
11+
default = "1.49.0"
1212
}
1313

1414
variable "GORELEASER_VERSION" {
1515
# Note: No leading "v"
16-
default = "1.10.3"
16+
default = "1.11.4"
1717
}
1818

1919
group "default" {

0 commit comments

Comments
 (0)