We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00efdeb commit 28f81ecCopy full SHA for 28f81ec
1 file changed
backend/docker-compose.yml
@@ -20,7 +20,7 @@ services:
20
- "8080:8080"
21
22
database:
23
- image: postgres:14-alpine@sha256:f1148c0146b1cd042c566ea15873b479e17bd14589c9eb6bd44a03224a7989c7
+ image: postgres:18-alpine@sha256:ecafd34249b5c248f3cb6ebe339584ee6448b36fad3f0a827ae5e8efbae6afda
24
environment:
25
- POSTGRES_USER=postgres
26
- POSTGRES_PASSWORD=${TORMAP_DATABASE_PASSWORD:?Set TORMAP_DATABASE_PASSWORD to a strong generated password}
0 commit comments