Skip to content

Commit

Permalink
Upgrading to Version 16
Browse files Browse the repository at this point in the history
  • Loading branch information
ALCooper12 authored and ddlees committed Oct 4, 2024
1 parent df7efc7 commit efdfa2b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker-compose.dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ services:
- ui-only
- debug-api
- pg-only
image: docker.io/library/postgres:13.2
image: docker.io/library/postgres:16
environment:
- PGUSER=${BH_POSTGRES_USER:-bloodhound}
- POSTGRES_USER=${BH_POSTGRES_USER:-bloodhound}
Expand Down
2 changes: 1 addition & 1 deletion examples/docker-compose/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

services:
app-db:
image: docker.io/library/postgres:13.2
image: docker.io/library/postgres:16
environment:
- PGUSER=${POSTGRES_USER:-bloodhound}
- POSTGRES_USER=${POSTGRES_USER:-bloodhound}
Expand Down

0 comments on commit efdfa2b

Please sign in to comment.