Skip to content

Commit

Permalink
fix: update postgres version
Browse files Browse the repository at this point in the history
  • Loading branch information
saalim-mushtaq committed Apr 1, 2024
1 parent ddc0573 commit 01a6c81
Showing 1 changed file with 1 addition and 1 deletion.
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'

services:
database:
image: postgres:15.4-alpine
image: postgres:15.6-alpine
environment:
PGDATA: /var/lib/postgresql/data/pgdata
POSTGRES_USER: ${POSTGRES_USER}
Expand Down

0 comments on commit 01a6c81

Please sign in to comment.