Skip to content

Commit 53d57f7

Browse files
chore: Update Tools to 1.27.1
1 parent 94f1918 commit 53d57f7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

infra/build/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
SHELL := /usr/bin/env bash # Make will use bash instead of sh
1616
# Updated by Update Tooling Workflow
17-
TERRAFORM_VERSION := 1.15.3
17+
TERRAFORM_VERSION := 1.15.4
1818
# Updated by Update Tooling Workflow
1919
CLOUD_SDK_VERSION := 569.0.0
2020
GSUITE_PROVIDER_VERSION := 0.1.22
@@ -56,7 +56,7 @@ OPA_VERSION := 0.52.0
5656
# Updated by Update Tooling Workflow
5757
GCRANE_VERSION := 0.21.6
5858

59-
DOCKER_TAG_VERSION_DEVELOPER_TOOLS := 1.27.0
59+
DOCKER_TAG_VERSION_DEVELOPER_TOOLS := 1.27.1
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)