Skip to content
This repository has been archived by the owner on May 13, 2024. It is now read-only.

Commit

Permalink
chore(dev-setup): use postgres v14
Browse files Browse the repository at this point in the history
  • Loading branch information
c0rydoras committed Apr 15, 2024
1 parent 9e529d1 commit a211835
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "3.7"

services:
db:
image: postgres:12.4
image: postgres:14.4
ports:
- 5432:5432
volumes:
Expand Down

0 comments on commit a211835

Please sign in to comment.