change bun version, again

This commit is contained in:
BlackSigkill 2026-02-06 18:03:46 +01:00
parent ec1eaeb065
commit 4460b5abbf
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
# Use Bun on Alpine
FROM oven/bun:alpine
FROM oven/bun:1
# Set working directory
WORKDIR /app

View file

@ -1,5 +1,5 @@
# Development Dockerfile for hot-reloading
FROM oven/bun:alpine
FROM oven/bun:1
WORKDIR /app