util-docker: Revert docker image tag to 'latest'

Change-Id: Iafe92716725e6b3cecfeba57098c3a7efaf73d97
This commit is contained in:
Bobby R. Bruce
2024-08-13 16:13:33 -07:00
parent 59455daa85
commit 9f93c8ac9c

View File

@@ -32,7 +32,7 @@ variable "IMAGE_URI" {
}
variable "TAG" {
default = "bootcamp-2024"
default = "latest"
}
# Common attributes across all targets. Note: these can be overwritten.