diff --git a/bootstrap/helpers/docker.php b/bootstrap/helpers/docker.php index 1094fb06f..b90f5ebd5 100644 --- a/bootstrap/helpers/docker.php +++ b/bootstrap/helpers/docker.php @@ -86,7 +86,7 @@ function getContainerStatus(Server $server, string $container_id, bool $all_data function generateApplicationContainerName(string $uuid, int $pull_request_id = 0) { - $now = now()->format('YmdHis'); + $now = now()->format('Hisu'); if ($pull_request_id !== 0 && $pull_request_id !== null) { return $uuid . '-pr-' . $pull_request_id . '-' . $now; } else { diff --git a/config/sentry.php b/config/sentry.php index faf7aa6e3..f0ce8e18d 100644 --- a/config/sentry.php +++ b/config/sentry.php @@ -7,7 +7,7 @@ // The release version of your application // Example with dynamic git hash: trim(exec('git --git-dir ' . base_path('.git') . ' log --pretty="%h" -n1 HEAD')) - 'release' => '4.0.0-beta.22', + 'release' => '4.0.0-beta.23', 'server_name' => env('APP_ID', 'coolify'), // When left empty or `null` the Laravel environment will be used 'environment' => config('app.env'), diff --git a/config/version.php b/config/version.php index 06255e53e..a0d53aeca 100644 --- a/config/version.php +++ b/config/version.php @@ -1,3 +1,3 @@