Update postgres Docker tag to v18.6
CI / full-gate (push) Successful in 2m39s
Mirror / github-mirror (push) Successful in 5s

Release-Bump: minor
This commit was merged in pull request #72.
This commit is contained in:
2026-08-14 04:18:05 +00:00
parent d74989c4e0
commit 04a508c169
+1 -1
View File
@@ -40,7 +40,7 @@ services:
# init/init.sql creates one database per service. Dev defaults below; supply
# POSTGRES_USER/PASSWORD via env in production.
postgres:
image: postgres:18.4-alpine3.23
image: postgres:18.6-alpine3.23
environment:
POSTGRES_USER: ${POSTGRES_USER:-ory}
POSTGRES_PASSWORD: ${POSTGRES_PASSWORD:-ory}