try fix ARM build incompatibility
This commit is contained in:
parent
6d8079f763
commit
4caefd087a
2 changed files with 3 additions and 3 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
# Use Bun canary on Alpine
|
# Use Bun on Alpine
|
||||||
FROM oven/bun:canary-alpine
|
FROM oven/bun:latest-alpine
|
||||||
|
|
||||||
# Set working directory
|
# Set working directory
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
# Development Dockerfile for hot-reloading
|
# Development Dockerfile for hot-reloading
|
||||||
FROM oven/bun:canary-alpine
|
FROM oven/bun:latest-alpine
|
||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue