We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ccc3f42 commit 726ad44Copy full SHA for 726ad44
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:1b1689b20d16a014a3d195653381cf2caa75a41a92d93b255a9d6ea29fd353aa
390
restart: unless-stopped
391
environment:
392
POSTGRES_USER: mcp
0 commit comments