use bun with latest tag in dockerfile
This commit is contained in:
parent
90ef859c50
commit
31b2a973bc
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
FROM oven/bun:alpine as bun
|
||||
FROM oven/bun:latest as bun
|
||||
USER bun
|
||||
WORKDIR /usr/src/app
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue