build(deps): Update postgres Docker tag to v18 (#10)
CI/CD Pipeline / test (push) Successful in 24s
CI/CD Pipeline / build-and-push (push) Successful in 1m51s

This commit was merged in pull request #10.
This commit is contained in:
2026-06-27 20:16:46 +02:00
parent cef40176ce
commit 7e74e5eaa1
+1 -1
View File
@@ -1,6 +1,6 @@
services: services:
db: db:
image: postgres:16-alpine image: postgres:18-alpine
environment: environment:
POSTGRES_USER: retro POSTGRES_USER: retro
POSTGRES_PASSWORD: retro POSTGRES_PASSWORD: retro