We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d30c6be commit 6438465Copy full SHA for 6438465
1 file changed
docker-compose.yml
@@ -394,7 +394,7 @@ services:
394
# Bring up with: docker compose --profile postgres up -d postgres-test
395
# See ADR-026 for the pluggable-database-backend design.
396
postgres-test:
397
- image: docker.io/library/postgres:16-alpine@sha256:e013e867e712fec275706a6c51c966f0bb0c93cfa8f51000f85a15f9865a28cb
+ image: docker.io/library/postgres:18-alpine@sha256:1b1689b20d16a014a3d195653381cf2caa75a41a92d93b255a9d6ea29fd353aa
398
restart: unless-stopped
399
environment:
400
POSTGRES_USER: mcp
0 commit comments