Skip to content

Commit

Permalink
Bump pulumi to 3.139.0
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorific committed Nov 19, 2024
1 parent 414da72 commit eca7ffb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bin/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
set -eu
set -o pipefail

CINC_AUDITOR_CONTAINER_IMAGE=docker.io/boxcutter/cinc-auditor:6.8.1
CINC_AUDITOR_CONTAINER_IMAGE=docker.io/boxcutter/cinc-auditor:6.8.11

CONTAINERFILE_DIR=$(pwd)
CINC_PROFILE_DIR="${CONTAINERFILE_DIR}/test"
Expand Down
2 changes: 1 addition & 1 deletion pulumi/pulumi-base/docker-bake.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ variable "IMAGE_NAME" {
}

variable "VERSION" {
default = "3.120.0"
default = "3.139.0"
}

variable "CONTAINER_REGISTRY" {
Expand Down
2 changes: 1 addition & 1 deletion pulumi/pulumi-python/docker-bake.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ variable "IMAGE_NAME" {
}

variable "VERSION" {
default = "3.120.0"
default = "3.139.0"
}

variable "CONTAINER_REGISTRY" {
Expand Down

0 comments on commit eca7ffb

Please sign in to comment.