Closed JoelCourtney closed 6 months ago
Looks like the 16.3
image still has the go stdlib vuln, so merging this PR wouldn't get our vuln scans to pass.
I ran Aerie locally with an Alpine Linux based postgres image (16.2-alpine
) and all tests passed locally. That Alpine-based postgres image has significantly less known vulnerabilities:
Description
This just bumps postgres to 16.3 in the docker compose files to address a security advisory in redhat. I don't know if this will actually fix the problem, but its the only thing we can try (AFAIK).
Verification
No behavioral changes, existing tests are OK.