# Backup sidecar image: Postgres client tools (pg_dump/psql) + openssl for # at-rest encryption of dumps. The scripts themselves are bind-mounted at runtime # (see the `backup` service in docker-compose.yml), so they're not COPYed here. FROM postgres:16-alpine RUN apk add --no-cache openssl