Skip to content

Commit

Permalink
Merge pull request #400 from BoostryJP/feature/postgres_13_8
Browse files Browse the repository at this point in the history
feat: support postgresql 13.8
  • Loading branch information
YoshihitoAso authored Oct 11, 2022
2 parents 5e443f5 + 1a71399 commit 3c9e0ad
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:
postgres:
image: postgres:13.4
image: postgres:13.8
environment:
- POSTGRES_USER=apluser
- POSTGRES_PASSWORD=apluserpass
Expand Down

0 comments on commit 3c9e0ad

Please sign in to comment.