fix(helper): downgrade Nixpacks to v1.29.0

This commit is contained in:
peaklabs-dev
2025-01-23 13:22:14 +01:00
parent 1072a0c17c
commit edd4512f2b
3 changed files with 3 additions and 3 deletions

View File

@@ -3,7 +3,7 @@
return [
'coolify' => [
'version' => '4.0.0-beta.389',
'helper_version' => '1.0.5',
'helper_version' => '1.0.6',
'realtime_version' => '1.0.5',
'self_hosted' => env('SELF_HOSTED', true),
'autoupdate' => env('AUTOUPDATE'),

View File

@@ -12,7 +12,7 @@ ARG DOCKER_BUILDX_VERSION=0.19.3
# https://github.com/buildpacks/pack/releases
ARG PACK_VERSION=0.36.2
# https://github.com/railwayapp/nixpacks/releases
ARG NIXPACKS_VERSION=1.32.0
ARG NIXPACKS_VERSION=1.29.0
# https://github.com/minio/mc/releases
ARG MINIO_VERSION=RELEASE.2024-11-21T17-21-54Z

View File

@@ -7,7 +7,7 @@
"version": "4.0.0-beta.390"
},
"helper": {
"version": "1.0.5"
"version": "1.0.6"
},
"realtime": {
"version": "1.0.5"