Skip to content

Commit

Permalink
Use v0.2.1 for prod image
Browse files Browse the repository at this point in the history
  • Loading branch information
mhutchinson committed Oct 24, 2024
1 parent 2c0d2e1 commit c38b328
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployment/live/serving/prod/terragrunt.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ include "root" {
inputs = merge(
include.root.locals,
{
distributor_docker_image = "us-central1-docker.pkg.dev/checkpoint-distributor/distributor-docker-prod/distributor:v0.2.0"
distributor_docker_image = "us-central1-docker.pkg.dev/checkpoint-distributor/distributor-docker-prod/distributor:v0.2.1"
extra_args = include.root.locals.witnessArgs
}
)
Expand Down

0 comments on commit c38b328

Please sign in to comment.