Skip to content

Commit

Permalink
Upgrade to Postgres 12 (#2389)
Browse files Browse the repository at this point in the history
* Upgrade to Postgres 12

* Remove file added by mistake
  • Loading branch information
Iinh authored Jun 27, 2023
1 parent 973ec50 commit 0fc040b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker-compose.test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ services:
- db

db:
image: postgres:11
image: postgres:12
environment:
POSTGRES_PASSWORD: pass
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ services:
- server

db:
image: postgres:11
image: postgres:12
environment:
POSTGRES_PASSWORD: pass

0 comments on commit 0fc040b

Please sign in to comment.