Skip to content

Commit eb02617

Browse files
authored
Merge pull request #12 from Bit-Maximum/dependabot/docker_compose/postgres-17.6-bookworm
⬆ Bump postgres from 17.5-bookworm to 17.6-bookworm
2 parents a835579 + 954c71d commit eb02617

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ services:
5555
- app.tkq:broker
5656

5757
db:
58-
image: postgres:17.5-bookworm
58+
image: postgres:17.6-bookworm
5959
hostname: ${DB_CONTAINER_HOST?Variable not set}
6060
environment:
6161
PGDATA: ${DB_DATAPATH?Variable not set}

0 commit comments

Comments
 (0)