change bun version, again
This commit is contained in:
parent
ec1eaeb065
commit
4460b5abbf
2 changed files with 2 additions and 2 deletions
|
|
@ -1,5 +1,5 @@
|
|||
# Use Bun on Alpine
|
||||
FROM oven/bun:alpine
|
||||
FROM oven/bun:1
|
||||
|
||||
# Set working directory
|
||||
WORKDIR /app
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
# Development Dockerfile for hot-reloading
|
||||
FROM oven/bun:alpine
|
||||
FROM oven/bun:1
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue