Skip to content

Commit

Permalink
Update Postgres image to 14.12
Browse files Browse the repository at this point in the history
This is done to match the production version
which is used on AWS RDS, according to the most
recent maintenance by OPS in ticket OPS-10475.
  • Loading branch information
Pl217 committed Jul 15, 2024
1 parent 8f51415 commit f742e43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/compose.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
db:
image: postgres:14.8-alpine3.18
image: postgres:14.12-alpine3.19
container_name: hpc-postgres-test-api-core
ports:
- 6432:5432
Expand Down

0 comments on commit f742e43

Please sign in to comment.