docs(scaffold): update Postgres image ref to PG18 #360
Loading…
Reference in a new issue
No description provided.
Delete branch "chore/BUNYIP-349-docs-postgres-18"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The scaffold note in docs/dev-docs/bunyip-on-dunite-scaffold.md still described the compose.dev.yml Postgres service as postgres:16-alpine, the last postgres:16 reference in the repo. The compose files were already bumped to postgres:18.2-alpine3.23 by BUNYIP-350, so the prose lagged the actual image. Update the note to reference postgres:18.2-alpine3.23 to match compose.dev.yml exactly rather than the looser postgres:18-alpine tag the issue proposed, keeping the doc from re-introducing a version mismatch. This clears the final postgres:16 grep hit.
#BUNYIP-349