Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 272dfe2

Browse files
bpmctkhorne3
andauthored
Update examples/docker/README.md
Co-authored-by: Katie Horne <[email protected]>
1 parent 1e51794 commit 272dfe2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/docker/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ variable "docker_image" {
5353
- condition = contains(["my-org/base-development:v1.1", "myorg-java-development:v1.1"], var.docker_image)
5454
+ condition = contains(["my-org/base-development:v1.1", "myorg-java-development:v1.2"], var.docker_image)
5555

56-
error_message = "Invalid Docker Image!"
56+
error_message = "Invalid Docker image!"
5757
}
5858
}
5959
```

0 commit comments

Comments
 (0)