switch bun version

This commit is contained in:
BlackSigkill 2026-02-06 17:59:38 +01:00
parent 4caefd087a
commit ec1eaeb065
2 changed files with 2 additions and 2 deletions

View file

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

View file

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