fix: pin nixpacks version

This commit is contained in:
Mauricio Siu
2024-12-10 02:38:50 -06:00
parent 83b3176f6f
commit bc55fde6d6
3 changed files with 7 additions and 4 deletions

View File

@@ -48,6 +48,8 @@ RUN curl -fsSL https://get.docker.com -o get-docker.sh && sh get-docker.sh && rm
# Install Nixpacks and tsx
# | VERBOSE=1 VERSION=1.21.0 bash
ARG NIXPACKS_VERSION=1.29.1
RUN curl -sSL https://nixpacks.com/install.sh -o install.sh \
&& chmod +x install.sh \
&& ./install.sh \