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 23, 2024
1 parent d1c70b9 commit ef7866c
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 ef7866c

Please sign in to comment.