Skip to content

Commit

Permalink
update sample postgres db version
Browse files Browse the repository at this point in the history
  • Loading branch information
angryziber committed Apr 6, 2023
1 parent 01df2c7 commit 18eb069
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sample/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ services:
- db

db:
image: postgres:13-alpine
image: postgres:15-alpine
volumes:
- ./db/create_test_db.sh:/docker-entrypoint-initdb.d/create_test_db.sh
- data:/var/lib/postgresql/data
Expand Down

0 comments on commit 18eb069

Please sign in to comment.