Skip to content

Commit

Permalink
Merge pull request #1803 from alphagov/postgres_16.6
Browse files Browse the repository at this point in the history
.review_apps: upgrade to PostgreSQL 16.6
  • Loading branch information
AP-Hunt authored Feb 25, 2025
2 parents 7fe27ac + 8780f08 commit c703095
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .review_apps/ecs_task_definition.tf
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ resource "aws_ecs_task_definition" "task" {
# postgres
{
name = "postgres"
image = "public.ecr.aws/docker/library/postgres:13.12"
image = "public.ecr.aws/docker/library/postgres:16.6"
command = []
essential = true

Expand Down

0 comments on commit c703095

Please sign in to comment.