mirror of
https://github.com/versia-pub/frontend.git
synced 2026-03-13 03:29:16 +01:00
chore: ⬆️ Upgrade Bun to 1.1.34
This commit is contained in:
parent
bb5fdddb12
commit
70222d127b
2 changed files with 3 additions and 3 deletions
|
|
@ -14,7 +14,7 @@ COPY . /app
|
|||
COPY --from=install /temp/dev/node_modules /app/node_modules
|
||||
RUN cd /app && bun run build --preset node-server
|
||||
|
||||
FROM oven/bun:1.1.30-alpine AS final
|
||||
FROM oven/bun:1.1.34-alpine AS final
|
||||
|
||||
COPY --from=builder /app/.output/ /app
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue