use bun with latest tag in dockerfile

This commit is contained in:
Troy 2025-01-23 18:57:33 +00:00 committed by GitHub
parent 90ef859c50
commit 31b2a973bc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,4 +1,4 @@
FROM oven/bun:alpine as bun
FROM oven/bun:latest as bun
USER bun
WORKDIR /usr/src/app