Skip to content

Commit

Permalink
Use explicit version instead of latest (#109)
Browse files Browse the repository at this point in the history
  • Loading branch information
mhutchinson authored Feb 22, 2024
1 parent 65c3828 commit fe8d9cd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions deployment/live/serving/prod/terragrunt.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ inputs = merge(
local.common_vars.locals,
{
env = "prod"
# TODO(mhutchinson): change this to tagged releases
distributor_docker_image = "us-central1-docker.pkg.dev/checkpoint-distributor/distributor-docker-prod/distributor:latest"
distributor_docker_image = "us-central1-docker.pkg.dev/checkpoint-distributor/distributor-docker-prod/distributor:v0.1.0"
}
)

0 comments on commit fe8d9cd

Please sign in to comment.