Skip to content

Commit

Permalink
Pin docker-compose postgres to 15 (#2503)
Browse files Browse the repository at this point in the history
  • Loading branch information
arbulu89 authored Apr 9, 2024
1 parent 1deea20 commit d63407f
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
Expand Up @@ -34,7 +34,7 @@ services:
ports:
- 9090:9090
postgres:
image: postgres:latest
image: postgres:15
environment:
POSTGRES_USER: postgres
POSTGRES_PASSWORD: postgres
Expand Down

0 comments on commit d63407f

Please sign in to comment.