Update Dockerfile

This commit is contained in:
Mauricio Siu
2025-06-01 18:12:57 -06:00
committed by GitHub
parent 7f9c19bc11
commit 0c12d967e2

View File

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