| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
The runtime base was frozen at the bookworm-20241111-slim snapshot, so the image never picked up Debian security updates, while the golang and rust build stages floated on rolling tags. Pin all three by multi-arch index digest instead: reproducible builds, and dependabot can track the tags.
graph-node and graphman link libpq.so.5, which libpq5 provides. libpq-dev only adds headers, libpq.a and pg_config, none of which the runtime image uses, and it pulled in libssl-dev as a dependency.
Keeps the pinned digests current so the runtime image picks up Debian security updates instead of drifting behind again.
| Back | FazBrowse Home | New Git URL |
The runtime base was pinned to a Nov 2024 Debian snapshot, so the image never picked up security updates, while the golang and rust build stages floated on rolling tags.
Verified with a full source build: both binaries run, ldd fully resolved, nc still present for wait_for, and no dev packages left in the image.