Skip to content
This repository has been archived by the owner on Nov 2, 2024. It is now read-only.

Commit

Permalink
chore(container): update public.ecr.aws/docker/library/postgres ( c18…
Browse files Browse the repository at this point in the history
…e4f2 → 897e25e )
  • Loading branch information
robodexo2000[bot] authored and ajgon committed Oct 17, 2024
1 parent f59373a commit f77c28d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nix/machines/supervisor/modules/arion-postgresql.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down

0 comments on commit f77c28d

Please sign in to comment.