Skip to content

Commit

Permalink
Merge pull request #23 from ministryofjustice/update-image-hash
Browse files Browse the repository at this point in the history
chore: 🤖 update dockerfile tag for new release
  • Loading branch information
sj-williams authored Nov 13, 2024
2 parents f9619b9 + aa012a7 commit c5b25e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ resource "kubernetes_deployment" "service_pod" {
spec {
service_account_name = var.service_account_name
container {
image = "${data.aws_ecr_repository.service_pod.repository_url}:3a155572f081730ef3a54f971bcfe3343dd9011b" # update this hash on a new Dockerfile release
image = "${data.aws_ecr_repository.service_pod.repository_url}:f9619b99ffe9ae511dde5e7e6e5b67ea289bbab5" # update this hash on a new Dockerfile release
name = "service-pod"
stdin = true
tty = true
Expand Down

0 comments on commit c5b25e6

Please sign in to comment.