From f77c28d56bb751dc77bfa330c735a71516dc7e69 Mon Sep 17 00:00:00 2001 From: "robodexo2000[bot]" <150604236+robodexo2000[bot]@users.noreply.github.com> Date: Thu, 17 Oct 2024 08:14:23 +0000 Subject: [PATCH] =?UTF-8?q?chore(container):=20update=20public.ecr.aws/doc?= =?UTF-8?q?ker/library/postgres=20(=20c18e4f2=20=E2=86=92=20897e25e=20)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nix/machines/supervisor/modules/arion-postgresql.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/machines/supervisor/modules/arion-postgresql.nix b/nix/machines/supervisor/modules/arion-postgresql.nix index c090796df..e51043ddf 100644 --- a/nix/machines/supervisor/modules/arion-postgresql.nix +++ b/nix/machines/supervisor/modules/arion-postgresql.nix @@ -8,7 +8,7 @@ # by default DNS is set to adguard in docker which causes internal loopback and resolving problems # that's why we need to force it to actual gateway dns = [ "10.42.1.1" ]; - image = "public.ecr.aws/docker/library/postgres:17.0@sha256:c18e4f276d2f4d80312e1555b09ae01b9d0e4287adb382a97b2deca2ffd3f8c0"; + image = "public.ecr.aws/docker/library/postgres:17.0@sha256:897e25edf17d057546bc77a9b5e862bf0213048ba53cce4fbe6555a6a730452c"; ports = [ "5432:5432" ]; environment = { POSTGRES_PASSWORD_FILE = "/run/passwd";