chore: Update postgres Docker tag to v18 (#79)
Some checks failed
CICD / CICD Tests Complete (push) Blocked by required conditions
CICD / Build Release Images (push) Blocked by required conditions
CICD / Build Tester Images (push) Blocked by required conditions
CICD / Production Images Complete (push) Blocked by required conditions
CICD / Production Image Failures Postmortem (push) Blocked by required conditions
CICD / Source Lanes Failure Postmortem (push) Blocked by required conditions
CICD / Runtime Black-Box Integration Tests (push) Blocked by required conditions
CICD / Integration Tests Failure Postmortem (push) Blocked by required conditions
CICD / End-to-End Tests (push) Blocked by required conditions
CICD / E2E Tests Failure Postmortem (push) Blocked by required conditions
CICD / Promote Staging Images To Release (push) Blocked by required conditions
CICD / Build CICD Image Failure Postmortem (push) Has been cancelled
CICD / Build and Push CICD Images (push) Has been cancelled
CICD / Source Checks (push) Has been cancelled
CICD / Dependency Audits (Informational) (push) Has been cancelled
Renovate Dependency Updates / Renovate Dependencies (push) Failing after 2m12s

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|

---

### Release Notes

### Configuration

📅 **Schedule**:

🚦 **Automerge**: Disabled

♻ **Rebasing**: Not rebasing

👥 **Reviewers**: None

---

*This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).*
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNzMuMSIsInVwZGF0ZWRJblZlciI6IjQxLjE3My4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJtYWpvci11cGRhdGUiXX0=-->

Co-authored-by: Renovate Bot <renovate@darkhelm.org>
Reviewed-on: #79
This commit was merged in pull request #79.
This commit is contained in:
2026-07-19 22:43:21 -04:00
parent 0b64471603
commit c03457faed
3 changed files with 3 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
---
services:
database:
image: postgres:16-alpine
image: postgres:18-alpine
environment:
POSTGRES_DB: plex_playlist
POSTGRES_USER: plex_user

View File

@@ -1,7 +1,7 @@
---
services:
database:
image: postgres:16-alpine
image: postgres:18-alpine
environment:
POSTGRES_DB: plex_playlist
POSTGRES_USER: plex_user

View File

@@ -1,7 +1,7 @@
---
services:
database:
image: postgres:16-alpine
image: postgres:18-alpine
environment:
POSTGRES_DB: plex_playlist
POSTGRES_USER: plex_user