2 Commits

Author SHA1 Message Date
392b9fd5d6 Merge pull request 'Update docker.io/postgres Docker tag to v18' (#104) from renovate/docker.io-postgres-18.x into master
Some checks failed
continuous-integration/drone/push Build is failing
2025-10-02 00:36:52 +00:00
1c47cbe0d8 Update docker.io/postgres Docker tag to v18
Some checks failed
continuous-integration/drone/push Build is failing
continuous-integration/drone/pr Build is failing
2025-10-01 00:35:26 +00:00
2 changed files with 2 additions and 2 deletions

View File

@@ -21,7 +21,7 @@ rust-embed = "8.7.2"
mime_guess = "2.0.5"
askama = "0.14.0"
urlencoding = "2.1.3"
uuid = { version = "1.18.1", features = ["v4", "serde"] }
uuid = { version = "1.18.0", features = ["v4", "serde"] }
ipnet = { version = "2.11.0", features = ["serde"] }
chrono = "0.4.42"
futures-util = { version = "0.3.31", features = ["sink"] }

View File

@@ -30,7 +30,7 @@ services:
- 8448:8448/tcp
db:
image: docker.io/postgres:17-alpine
image: docker.io/postgres:18-alpine
user: "1000"
environment:
- POSTGRES_USER=synapse