update Nixpacks to the latest 1.29.0

This commit is contained in:
Andras Bacsai
2024-11-07 12:42:21 +01:00
parent 31b49dcad6
commit 6246eb7199
3 changed files with 10 additions and 7 deletions

View File

@@ -10,7 +10,7 @@ ARG DOCKER_BUILDX_VERSION=0.14.1
# https://github.com/buildpacks/pack/releases # https://github.com/buildpacks/pack/releases
ARG PACK_VERSION=0.35.1 ARG PACK_VERSION=0.35.1
# https://github.com/railwayapp/nixpacks/releases # https://github.com/railwayapp/nixpacks/releases
ARG NIXPACKS_VERSION=1.28.0 ARG NIXPACKS_VERSION=1.29.0
USER root USER root
WORKDIR /artifacts WORKDIR /artifacts

View File

@@ -1,16 +1,19 @@
{ {
"coolify": { "coolify": {
"v4": { "v4": {
"version": "4.0.0-beta.354" "version": "4.0.0-beta.360"
}, },
"nightly": { "nightly": {
"version": "4.0.0-beta.355" "version": "4.0.0-beta.362"
}, },
"helper": { "helper": {
"version": "1.0.2" "version": "1.0.3"
}, },
"realtime": { "realtime": {
"version": "1.0.3" "version": "1.0.3"
},
"sentinel": {
"version": "0.0.15"
} }
} }
} }

View File

@@ -7,7 +7,7 @@
"version": "4.0.0-beta.362" "version": "4.0.0-beta.362"
}, },
"helper": { "helper": {
"version": "1.0.2" "version": "1.0.3"
}, },
"realtime": { "realtime": {
"version": "1.0.3" "version": "1.0.3"