nixos-configs/devices/nos/modules/arion/freshrss/images/postgres.nix
matt1432 5eeb29677d
All checks were successful
Discord / discord commits (push) Has been skipped
chore: update flake.lock
2024-05-14 18:03:55 -04:00

8 lines
276 B
Nix

pkgs:
pkgs.dockerTools.pullImage {
imageName = "postgres";
imageDigest = "sha256:73602f0cdabd8c8805d53b6f6a698f4fab5000896aae05549d71d7e7e8b6110d";
sha256 = "1mkskwa4s7j86qj42b7sgdjp9s3c838i3i5lmba0l69pdmgygs3m";
finalImageName = "postgres";
finalImageTag = "14";
}