Skip to content

Commit

Permalink
chore: update PostgreSQL image version to 17 in docker-compose and do…
Browse files Browse the repository at this point in the history
…cumentation
  • Loading branch information
lmcdonough committed Nov 7, 2024
1 parent bdaaa99 commit 865d211
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: "3.8"
services:
# Local PostgreSQL container (used for local development when needed)
postgres:
image: postgres:latest # Use the specified PostgreSQL image
image: postgres:17 # Use the specified PostgreSQL image
container_name: postgres
environment:
POSTGRES_USER: ${POSTGRES_USER:-refactor} # PostgreSQL user provided via environment variable
Expand Down
2 changes: 1 addition & 1 deletion docs/runbooks/Container-README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ Before you begin, ensure you have the following installed:
```yaml
services:
postgres:
image: postgres:13
image: postgres:17
environment:
POSTGRES_USER: ${POSTGRES_USER}
POSTGRES_PASSWORD: ${POSTGRES_PASSWORD}
Expand Down

0 comments on commit 865d211

Please sign in to comment.