File tree Expand file tree Collapse file tree 4 files changed +7
-6
lines changed Expand file tree Collapse file tree 4 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 7
7
8
8
// The release version of your application
9
9
// Example with dynamic git hash: trim(exec('git --git-dir ' . base_path('.git') . ' log --pretty="%h" -n1 HEAD'))
10
- 'release ' => '4.0.0-beta.358 ' ,
10
+ 'release ' => '4.0.0-beta.357 ' ,
11
11
// When left empty or `null` the Laravel environment will be used
12
12
'environment ' => config ('app.env ' ),
13
13
Original file line number Diff line number Diff line change 1
1
<?php
2
+ return '4.0.0-beta.357 ' ;
2
3
3
- return '4.0.0-beta.358 ' ;
Original file line number Diff line number Diff line change 6
6
7
7
services :
8
8
plausible :
9
- image : " ghcr.io/plausible/community-edition:v2.1"
9
+ image : " ghcr.io/plausible/community-edition:v2.1.4 "
10
10
command : ' sh -c "sleep 10 && /entrypoint.sh db createdb && /entrypoint.sh db migrate && /entrypoint.sh run"'
11
11
environment :
12
12
- SERVICE_FQDN_PLAUSIBLE
@@ -22,7 +22,7 @@ services:
22
22
image : bytemark/smtp
23
23
24
24
plausible_db :
25
- image : " postgres:14 -alpine"
25
+ image : " postgres:16 -alpine"
26
26
volumes :
27
27
- " db-data:/var/lib/postgresql/data"
28
28
environment :
Original file line number Diff line number Diff line change 1
1
{
2
2
"coolify" : {
3
3
"v4" : {
4
- "version" : " 4.0.0-beta.358 "
4
+ "version" : " 4.0.0-beta.357 "
5
5
},
6
6
"nightly" : {
7
- "version" : " 4.0.0-beta.359"
7
+ "version" : " 4.0.0-beta.358"
8
+
8
9
},
9
10
"helper" : {
10
11
"version" : " 1.0.2"
You can’t perform that action at this time.
0 commit comments