Skip to content

Commit

Permalink
Using postgres v15 in docker
Browse files Browse the repository at this point in the history
  • Loading branch information
davet1985 committed Nov 8, 2024
1 parent 4a4d2f0 commit fe65729
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose-local.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ services:

darts-db:
container_name: darts-db
image: postgres:15-alpine # Maintain this such that we track the version deployed in higher environments
image: postgres:16-alpine # Maintain this such that we track the version deployed in higher environments
restart: always
environment:
- POSTGRES_USER=darts
Expand Down

0 comments on commit fe65729

Please sign in to comment.