Skip to content

Commit

Permalink
deps: #568 Update Postgres version to 16.1 (#573)
Browse files Browse the repository at this point in the history
  • Loading branch information
mkleszcz authored May 22, 2024
1 parent 8178bce commit 04c6757
Show file tree
Hide file tree
Showing 4 changed files with 2,011 additions and 1,051 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "3.4"

services:
db:
image: postgres:13.7
image: postgres:16.1-alpine
ports:
- "5432:5432"
restart: unless-stopped
Expand Down
Loading

0 comments on commit 04c6757

Please sign in to comment.