Skip to content

Commit

Permalink
fix(helper): downgrade Nixpacks to v1.29.0
Browse files Browse the repository at this point in the history
  • Loading branch information
peaklabs-dev committed Jan 23, 2025
1 parent 1072a0c commit edd4512
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion config/constants.php
Original file line number Diff line number Diff line change
Expand Up @@ -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'),
Expand Down
2 changes: 1 addition & 1 deletion docker/coolify-helper/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"version": "4.0.0-beta.390"
},
"helper": {
"version": "1.0.5"
"version": "1.0.6"
},
"realtime": {
"version": "1.0.5"
Expand Down

0 comments on commit edd4512

Please sign in to comment.