Skip to content

Commit

Permalink
update postgres version to 13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jokeswar committed Oct 17, 2024
1 parent 53f30c1 commit 6b13e42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etc/compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ services:
- storage-network

database:
image: postgres:12.0-alpine
image: postgres:13.0-alpine
restart: always
environment:
POSTGRES_DB: "${DATABASE_NAME}"
Expand Down

0 comments on commit 6b13e42

Please sign in to comment.