update Dockerfile to use latest bun image

This commit is contained in:
2026-05-04 19:53:22 -03:00
committed by hueso
parent 18efb7543e
commit dacbeac019

View File

@@ -1,4 +1,4 @@
FROM oven/bun:1.1-alpine
FROM oven/bun:latest
WORKDIR /app
COPY package.json bun.lock ./