chore: ⬆️ Upgrade Bun to 1.1.38

This commit is contained in:
Jesse Wierzbinski 2024-12-03 14:08:47 +01:00
parent 8497d09d5b
commit 81537770c7
No known key found for this signature in database
2 changed files with 3 additions and 3 deletions

View file

@ -15,7 +15,7 @@ COPY --from=install /temp/dev/node_modules /app/node_modules
RUN cd /app && bun run emojis:generate
RUN cd /app && bun run build --preset node-server
FROM oven/bun:1.1.34-alpine AS final
FROM oven/bun:1.1.38-alpine AS final
COPY --from=builder /app/.output/ /app