Skip to content

Commit 88602ad

Browse files
chore: Update Tools to 1.23.7
1 parent cfdaef6 commit 88602ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

infra/build/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ BATS_ASSERT_VERSION := 2.0.0
2525
BATS_MOCK_VERSION := 1.0.1
2626
PACKER_VERSION := 1.4.4
2727
# Updated by Update Tooling Workflow
28-
TERRAGRUNT_VERSION := 0.72.2
28+
TERRAGRUNT_VERSION := 0.72.3
2929
# Updated by Update Tooling Workflow
3030
KUSTOMIZE_VERSION := 5.6.0
3131
# Updated by Update Tooling Workflow
@@ -56,7 +56,7 @@ OPA_VERSION := 0.52.0
5656
# Updated by Update Tooling Workflow
5757
GCRANE_VERSION := 0.20.3
5858

59-
DOCKER_TAG_VERSION_DEVELOPER_TOOLS := 1.23.6
59+
DOCKER_TAG_VERSION_DEVELOPER_TOOLS := 1.23.7
6060
DOCKER_TAG_MAJOR_VERSION_DEVELOPER_TOOLS := $(firstword $(subst ., , $(DOCKER_TAG_VERSION_DEVELOPER_TOOLS)))
6161
DOCKER_TAG_MINOR_VERSION_DEVELOPER_TOOLS := $(shell echo "${DOCKER_TAG_VERSION_DEVELOPER_TOOLS}" | awk -F. '{print $$1"."$$2}')
6262

0 commit comments

Comments
 (0)