chore: update Railpack version to 0.2.2 in Dockerfile and related scripts

This commit is contained in:
Mauricio Siu
2025-08-02 13:08:46 -06:00
parent 3e193590cc
commit 39d46a51b3
3 changed files with 7 additions and 8 deletions

View File

@@ -58,7 +58,7 @@ RUN curl -sSL https://nixpacks.com/install.sh -o install.sh \
&& pnpm install -g tsx
# Install Railpack
ARG RAILPACK_VERSION=0.0.64
ARG RAILPACK_VERSION=0.2.2
RUN curl -sSL https://railpack.com/install.sh | bash
# Install buildpacks