Bump bun version in Dockerfile and add fixes for downloads

This commit is contained in:
Peter Stockings
2026-01-01 17:11:38 +11:00
parent e51fb204e0
commit 134c4b36c9
4 changed files with 32 additions and 7 deletions

View File

@@ -1,5 +1,5 @@
# Use the official Bun image
FROM oven/bun:1.1.3
FROM oven/bun:latest
# Set working directory
WORKDIR /app