Merge pull request #6694 from coollabsio/next

v4.0.0-beta.431
This commit is contained in:
Andras Bacsai
2025-09-24 20:55:17 +02:00
committed by GitHub
4 changed files with 6 additions and 5 deletions

View File

@@ -2,7 +2,7 @@
return [
'coolify' => [
'version' => '4.0.0-beta.430',
'version' => '4.0.0-beta.431',
'helper_version' => '1.0.11',
'realtime_version' => '1.0.10',
'self_hosted' => env('SELF_HOSTED', true),

View File

@@ -72,6 +72,7 @@ RUN apk add --no-cache gnupg && \
curl -fSsL https://www.postgresql.org/media/keys/ACCC4CF8.asc | gpg --dearmor > /usr/share/keyrings/postgresql.gpg
# Install system dependencies
RUN apk upgrade
RUN apk add --no-cache \
postgresql${POSTGRES_VERSION}-client \
openssh-client \

View File

@@ -1,10 +1,10 @@
{
"coolify": {
"v4": {
"version": "4.0.0-beta.430"
"version": "4.0.0-beta.431"
},
"nightly": {
"version": "4.0.0-beta.431"
"version": "4.0.0-beta.432"
},
"helper": {
"version": "1.0.11"

View File

@@ -1,10 +1,10 @@
{
"coolify": {
"v4": {
"version": "4.0.0-beta.430"
"version": "4.0.0-beta.431"
},
"nightly": {
"version": "4.0.0-beta.431"
"version": "4.0.0-beta.432"
},
"helper": {
"version": "1.0.11"