fix[railpack]: env parsing and update railpack to v0.0.66

Improve environment variable parsing to handle values containing equals
signs by extracting a dedicated parseEnvironmentKeyValuePair function
and updating Railpack secret formatting.
This commit is contained in:
Torsten Dittmann
2025-06-01 21:59:17 +02:00
parent 2619cb49d1
commit 9535276fe6
3 changed files with 26 additions and 12 deletions

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.64
ARG RAILPACK_VERSION=0.0.66
RUN curl -sSL https://railpack.com/install.sh | bash
# Install buildpacks