Skip to content

Commit

Permalink
force docker version
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Byrne authored and Michael Byrne committed Apr 15, 2024
1 parent 006573d commit 6e0dd7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tf/docker.tf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# manage docker image to upload to ecr

resource "docker_registry_image" "go_example" {
name = "${local.ecr_url}:v14"
name = "${local.ecr_url}:v20"

build {
context = "${path.module}/../app/."
Expand Down

0 comments on commit 6e0dd7d

Please sign in to comment.