Skip to content

Commit

Permalink
Merge pull request #41 from duyet/renovate/postgres-15.x
Browse files Browse the repository at this point in the history
chore(deps): update postgres docker tag to v15
  • Loading branch information
duyet authored Oct 22, 2022
2 parents f56676f + c879442 commit 4c590bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: "2"
services:
postgres:
image: postgres:14
image: postgres:15
ports:
- 5432:5432
volumes:
Expand Down

0 comments on commit 4c590bc

Please sign in to comment.