From 012381f3858386344333fd6cc0734357c8614586 Mon Sep 17 00:00:00 2001 From: Justin Clift Date: Wed, 1 May 2024 12:44:12 +1000 Subject: [PATCH] pgautoupgrade now does multi-arch builds Thanks to substantial efforts by @andyundso, the Docker Hub images for pgautoupgrade are now multi-arch (x86_64 and ARM64). :) --- compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.yaml b/compose.yaml index e139a232f4..b34cd60f17 100644 --- a/compose.yaml +++ b/compose.yaml @@ -38,7 +38,7 @@ services: image: redis:7-alpine restart: unless-stopped postgres: - image: postgres:16-alpine + image: pgautoupgrade/pgautoupgrade:latest ports: - "${POSTGRES_PORT:-15432}:5432" # The following turns the DB into less durable, but gains significant performance improvements for the tests run (x3