Skip to content

Commit

Permalink
Bump postgres version used in docker compose to 15 (sosedoff#729)
Browse files Browse the repository at this point in the history
  • Loading branch information
sosedoff authored Mar 28, 2024
1 parent f3d6d9d commit cf86131
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 @@ -4,7 +4,7 @@ version: "3.9"
services:
postgres:
container_name: pgweb-postgres
image: postgres:14
image: postgres:15
ports:
- 5433:5432
volumes:
Expand Down

0 comments on commit cf86131

Please sign in to comment.