fix(memory): upgrade bun from 1.3.3 to 1.3.9 (#3186)

This commit is contained in:
Waleed
2026-02-10 19:30:31 -08:00
committed by GitHub
parent 78fef22d0e
commit f5dc180d9f
12 changed files with 13 additions and 12 deletions

View File

@@ -1,7 +1,7 @@
# ========================================
# Base Stage: Alpine Linux with Bun
# ========================================
FROM oven/bun:1.3.3-alpine AS base
FROM oven/bun:1.3.9-alpine AS base
# ========================================
# Dependencies Stage: Install Dependencies