Skip to content

Commit 7b8a3c0

Browse files
authored
Merge pull request #57 from Bit-Maximum/dependabot/docker_compose/postgres-18.1-bookworm
⬆ Bump postgres from 17.6-bookworm to 18.1-bookworm
2 parents 2679124 + 00d9fd3 commit 7b8a3c0

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
@@ -58,7 +58,7 @@ services:
5858
- app.core.tkq:broker
5959

6060
db:
61-
image: postgres:17.6-bookworm
61+
image: postgres:18.1-bookworm
6262
hostname: ${DB_CONTAINER_HOST?Variable not set}
6363
environment:
6464
PGDATA: ${DB_DATAPATH?Variable not set}

0 commit comments

Comments
 (0)