Skip to content
Snippets Groups Projects
Unverified Commit cd443379 authored by Ahmad Farhat's avatar Ahmad Farhat Committed by GitHub
Browse files

GRN2-354: Switch default database to Postgres 13.2 (#2563)

* Switch default database to Postgres 13.2

* Update pg version in Github Actions
parent 779b41a6
No related branches found
No related tags found
No related merge requests found
...@@ -21,7 +21,7 @@ jobs: ...@@ -21,7 +21,7 @@ jobs:
services: services:
postgres: postgres:
image: postgres image: postgres:13.2-alpine
env: env:
POSTGRES_DB: postgres POSTGRES_DB: postgres
POSTGRES_PASSWORD: postgres POSTGRES_PASSWORD: postgres
......
...@@ -24,7 +24,7 @@ services: ...@@ -24,7 +24,7 @@ services:
links: links:
- db - db
db: db:
image: postgres:9.5 image: postgres:13.2-alpine
restart: unless-stopped restart: unless-stopped
ports: ports:
- 127.0.0.1:5432:5432 - 127.0.0.1:5432:5432
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment