try fix ARM build incompatibility

This commit is contained in:
BlackSigkill 2026-02-06 17:57:20 +01:00
parent 6d8079f763
commit 4caefd087a
2 changed files with 3 additions and 3 deletions

View file

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

View file

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