This commit is contained in:
dal 2025-09-09 12:00:55 -06:00
parent 13bcecdf33
commit 7b8a0dc335
No known key found for this signature in database
GPG Key ID: 16F4B0E1E9F61122
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
# This expects the app to be already built by GitHub Actions
# ================================================================
FROM oven/bun:1.2.21 dev-alpine AS runtime
FROM oven/bun:1.2.21-alpine AS runtime
WORKDIR /app