diff --git a/Dockerfile b/Dockerfile index 1e104eeb..98ed9851 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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.37 +ARG RAILPACK_VERSION=0.0.64 RUN curl -sSL https://railpack.com/install.sh | bash # Install buildpacks diff --git a/packages/server/src/setup/server-setup.ts b/packages/server/src/setup/server-setup.ts index bb0d34d8..d1d42257 100644 --- a/packages/server/src/setup/server-setup.ts +++ b/packages/server/src/setup/server-setup.ts @@ -587,7 +587,7 @@ const installRailpack = () => ` if command_exists railpack; then echo "Railpack already installed ✅" else - export RAILPACK_VERSION=0.0.37 + export RAILPACK_VERSION=0.0.64 bash -c "$(curl -fsSL https://railpack.com/install.sh)" echo "Railpack version $RAILPACK_VERSION installed ✅" fi diff --git a/packages/server/src/utils/builders/railpack.ts b/packages/server/src/utils/builders/railpack.ts index 55fd4049..481dc0fa 100644 --- a/packages/server/src/utils/builders/railpack.ts +++ b/packages/server/src/utils/builders/railpack.ts @@ -72,7 +72,7 @@ export const buildRailpack = async ( ] : []), "--build-arg", - "BUILDKIT_SYNTAX=ghcr.io/railwayapp/railpack-frontend:v0.0.55", + "BUILDKIT_SYNTAX=ghcr.io/railwayapp/railpack-frontend:v0.0.64", "-f", `${buildAppDirectory}/railpack-plan.json`, "--output", @@ -152,7 +152,7 @@ export const getRailpackCommand = ( ] : []), "--build-arg", - "BUILDKIT_SYNTAX=ghcr.io/railwayapp/railpack-frontend:v0.0.55", + "BUILDKIT_SYNTAX=ghcr.io/railwayapp/railpack-frontend:v0.0.64", "-f", `${buildAppDirectory}/railpack-plan.json`, "--output",