Merge pull request #230 from C4illin/renovate/oven-bun-1.x

This commit is contained in:
Emrik Östling 2025-02-23 12:45:09 +01:00 committed by GitHub
commit 326a8e3404
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -23,7 +23,7 @@ RUN cargo install resvg
# copy node_modules from temp directory # copy node_modules from temp directory
# then copy all (non-ignored) project files into the image # then copy all (non-ignored) project files into the image
# will switch to alpine again when it works # will switch to alpine again when it works
FROM oven/bun:1.2.2-slim AS prerelease FROM oven/bun:1.2.3-slim AS prerelease
WORKDIR /app WORKDIR /app
COPY --from=install /temp/dev/node_modules node_modules COPY --from=install /temp/dev/node_modules node_modules
COPY . . COPY . .