Skip to content

Commit

Permalink
Use the 0.1.1 release in prod (#117)
Browse files Browse the repository at this point in the history
This ensures we don't have any known vulnerabilities in the docker images we're running. This has already been rolled out.
  • Loading branch information
mhutchinson authored Feb 28, 2024
1 parent a8796f0 commit 00a1855
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 @@ -14,7 +14,7 @@ inputs = merge(
local.common_vars.locals,
{
env = "prod"
distributor_docker_image = "us-central1-docker.pkg.dev/checkpoint-distributor/distributor-docker-prod/distributor:v0.1.0"
distributor_docker_image = "us-central1-docker.pkg.dev/checkpoint-distributor/distributor-docker-prod/distributor:v0.1.1"
}
)

0 comments on commit 00a1855

Please sign in to comment.