Manage the published quick start's pins, and fail closed on every release-tooling edge

This commit is contained in:
2026-08-22 11:45:46 +02:00
parent e44b86f532
commit f416abf936
7 changed files with 121 additions and 56 deletions
+2 -2
View File
@@ -54,7 +54,7 @@ services:
restart: "on-failure:5"
postgres:
image: postgres:18.4-alpine3.23
image: postgres:18.6-alpine3.23
environment:
POSTGRES_DB: ory
POSTGRES_PASSWORD: ory
@@ -131,7 +131,7 @@ services:
# Catches Kratos' recovery/verification emails — UI on http://localhost:8025
mailpit:
image: axllent/mailpit:v1.30.1
image: axllent/mailpit:v1.30.7
ports:
- "8025:8025"
restart: unless-stopped