build: update nixpacks to 1.39.0

This commit is contained in:
Eric Nie
2025-05-14 17:45:48 +00:00
parent 80e6f21840
commit d4032f34bf
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