Skip to content

Commit

Permalink
deps: #568 Update Postgres version to 16.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mkleszcz committed May 22, 2024
1 parent c1ee17d commit dccfe9c
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 dccfe9c

Please sign in to comment.