Skip to content

Commit 00d9fd3

Browse files
⬆ Bump postgres from 17.6-bookworm to 18.1-bookworm
Bumps postgres from 17.6-bookworm to 18.1-bookworm. --- updated-dependencies: - dependency-name: postgres dependency-version: 18.1-bookworm dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 65448dc commit 00d9fd3

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)