Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# test runner image for the containerised suite. see docker-compose.yml

# trixie rather than bookworm because pg_dump refuses to dump a server newer than itself, and bookworm only ships the postgresql 15 client while docker-compose.yml runs postgres 17
FROM node:22-trixie-slim
FROM node:24-trixie-slim

# the database clients are what the cli.js dump commands shell out to, which is what lets the dump tests run for real
RUN apt-get update && apt-get install -y --no-install-recommends \
Expand Down
Loading