We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d969526 commit 0fbd74cCopy full SHA for 0fbd74c
1 file changed
docker-compose.yml
@@ -386,7 +386,7 @@ services:
386
# Bring up with: docker compose --profile postgres up -d postgres-test
387
# See ADR-026 for the pluggable-database-backend design.
388
postgres-test:
389
- image: docker.io/library/postgres:16-alpine@sha256:16bc17c64a573ef34162af9298258d1aec548232985b33ed7b1eac33ba35c229
+ image: docker.io/library/postgres:18-alpine@sha256:d3e64d36360a9f40c30fbbc5dd2dde799fe35f8537500c8b067551a6497f50f4
390
restart: unless-stopped
391
environment:
392
POSTGRES_USER: mcp
0 commit comments