Skip to content

Commit

Permalink
build(nix): Bump postgresql@14 inside docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
sgillespie committed May 9, 2024
1 parent b6f8fc5 commit 534ad31
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -321,6 +321,7 @@

docker = callPackage ./nix/docker.nix {
inherit (inputs.iohkNix.lib) evalService;
postgresql = postgresql_14; # Much match the postgresql server version
};
inherit (docker) cardano-db-sync-docker cardano-smash-server-docker;

Expand Down

0 comments on commit 534ad31

Please sign in to comment.