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

Commit 5b3c436

Browse files
Merge pull request #8 from grapl-security/cm/update
Update image to Pulumi 3.40.1
2 parents 02047de + 0ff6fe3 commit 5b3c436

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ all: # Run all tasks
77

88
.PHONY: lint-docker
99
lint-docker: ## Lint Dockerfiles
10-
./pants filter --target-type=docker_image :: | xargs ./pants lint
10+
./pants --filter-target-type=docker_image lint ::
1111

1212
.PHONY: image
1313
image: ## Build the container image

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" {

pants.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,5 @@ backend_packages = [
44
"pants.backend.docker",
55
"pants.backend.docker.lint.hadolint",
66
]
7+
8+
use_deprecated_directory_cli_args_semantics = false

0 commit comments

Comments
 (0)