switch bun version
This commit is contained in:
parent
4caefd087a
commit
ec1eaeb065
2 changed files with 2 additions and 2 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
# Use Bun on Alpine
|
# Use Bun on Alpine
|
||||||
FROM oven/bun:latest-alpine
|
FROM oven/bun: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:latest-alpine
|
FROM oven/bun:alpine
|
||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue