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 6ac4c7d commit 406637aCopy full SHA for 406637a
.github/workflows/test.yml
@@ -19,7 +19,7 @@ jobs:
19
20
services:
21
postgres:
22
- image: postgres:16
+ image: postgres:18
23
ports:
24
- 5432:5432
25
env:
docker-compose-prod.yml
@@ -67,7 +67,7 @@ services:
67
command: memcached -I 8M
68
69
db:
70
71
container_name: th_db
72
restart: always
73
environment:
docker-compose.yml
@@ -66,7 +66,7 @@ services:
66
# Relevant only when the container finds no existing database.
0 commit comments