Skip to content

Commit 5369108

Browse files
authored
Merge pull request coollabsio#3816 from wkng/main
update plausible template
2 parents 7da6b01 + d0d791d commit 5369108

File tree

4 files changed

+7
-6
lines changed

4 files changed

+7
-6
lines changed

config/sentry.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
// The release version of your application
99
// 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',
1111
// When left empty or `null` the Laravel environment will be used
1212
'environment' => config('app.env'),
1313

config/version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
<?php
2+
return '4.0.0-beta.357';
23

3-
return '4.0.0-beta.358';

templates/compose/plausible.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
services:
88
plausible:
9-
image: "ghcr.io/plausible/community-edition:v2.1"
9+
image: "ghcr.io/plausible/community-edition:v2.1.4"
1010
command: 'sh -c "sleep 10 && /entrypoint.sh db createdb && /entrypoint.sh db migrate && /entrypoint.sh run"'
1111
environment:
1212
- SERVICE_FQDN_PLAUSIBLE
@@ -22,7 +22,7 @@ services:
2222
image: bytemark/smtp
2323

2424
plausible_db:
25-
image: "postgres:14-alpine"
25+
image: "postgres:16-alpine"
2626
volumes:
2727
- "db-data:/var/lib/postgresql/data"
2828
environment:

versions.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
{
22
"coolify": {
33
"v4": {
4-
"version": "4.0.0-beta.358"
4+
"version": "4.0.0-beta.357"
55
},
66
"nightly": {
7-
"version": "4.0.0-beta.359"
7+
"version": "4.0.0-beta.358"
8+
89
},
910
"helper": {
1011
"version": "1.0.2"

0 commit comments

Comments
 (0)