actualizo bun a 1.3 en el Dockerfile

webui
borja 2 weeks ago
parent 13e8924f28
commit 733f316a32

@ -1,5 +1,5 @@
# Use standard Bun image for debugging (switch back to alpine later)
FROM oven/bun:1.1 as base
FROM oven/bun:1 as base
# Install basic debugging tools
RUN apt-get update && apt-get install -y curl netcat sqlite3

Loading…
Cancel
Save