Skip to content

Commit

Permalink
Use a modern postgres to resolve segfault and openSSL issues
Browse files Browse the repository at this point in the history
  • Loading branch information
adeherdt-r7 committed Nov 13, 2024
1 parent 116525f commit af61001
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/postgres_acceptance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
os:
- ubuntu-latest
docker_image:
- postgres:9.4
- postgres:14.13
- postgres:16.2

env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:

services:
postgres:
image: postgres:9.6
image: postgres:14.13
ports: ["5432:5432"]
env:
POSTGRES_USER: postgres
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ services:
- $HOME/.msf4:/home/msf/.msf4

db:
image: postgres:10-alpine
image: postgres:14-alpine
volumes:
- pg_data:/var/lib/postgresql/data
environment:
Expand Down

0 comments on commit af61001

Please sign in to comment.