Update postgres Docker tag to v18.6
Release-Bump: minor
This commit was merged in pull request #72.
This commit is contained in:
+1
-1
@@ -40,7 +40,7 @@ services:
|
|||||||
# init/init.sql creates one database per service. Dev defaults below; supply
|
# init/init.sql creates one database per service. Dev defaults below; supply
|
||||||
# POSTGRES_USER/PASSWORD via env in production.
|
# POSTGRES_USER/PASSWORD via env in production.
|
||||||
postgres:
|
postgres:
|
||||||
image: postgres:18.4-alpine3.23
|
image: postgres:18.6-alpine3.23
|
||||||
environment:
|
environment:
|
||||||
POSTGRES_USER: ${POSTGRES_USER:-ory}
|
POSTGRES_USER: ${POSTGRES_USER:-ory}
|
||||||
POSTGRES_PASSWORD: ${POSTGRES_PASSWORD:-ory}
|
POSTGRES_PASSWORD: ${POSTGRES_PASSWORD:-ory}
|
||||||
|
|||||||
Reference in New Issue
Block a user