Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

services:
postgres:
image: postgres:16
image: postgres:18
ports:
- 5432:5432
env:
Expand Down
2 changes: 1 addition & 1 deletion docker-compose-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ services:
command: memcached -I 8M

db:
image: postgres:16
image: postgres:18
container_name: th_db
restart: always
environment:
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ services:
command: memcached -I 8M

db:
image: postgres:16
image: postgres:18
container_name: th_db
environment:
# Relevant only when the container finds no existing database.
Expand Down