Merge pull request #1897 from enie123/canary

build: update nixpacks to 1.39.0
This commit is contained in:
Mauricio Siu
2025-05-17 03:54:11 -06:00
committed by GitHub
2 changed files with 3 additions and 3 deletions

View File

@@ -577,7 +577,7 @@ const installNixpacks = () => `
if command_exists nixpacks; then
echo "Nixpacks already installed ✅"
else
export NIXPACKS_VERSION=1.35.0
export NIXPACKS_VERSION=1.39.0
bash -c "$(curl -fsSL https://nixpacks.com/install.sh)"
echo "Nixpacks version $NIXPACKS_VERSION installed ✅"
fi