Skip to content

Commit

Permalink
feat: update postgres 13->14 in docker-compose
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenfiszel committed May 24, 2022
1 parent 58e2a5c commit 479a12f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Expand Up @@ -3,7 +3,7 @@ version: '3.7'
services:

db:
image: postgres:13
image: postgres:14
restart: always
volumes:
- db_data:/var/lib/postgresql/data
Expand Down

0 comments on commit 479a12f

Please sign in to comment.