mirror of
https://github.com/simstudioai/sim.git
synced 2026-02-11 15:14:53 -05:00
fix(memory): upgrade bun from 1.3.3 to 1.3.9 (#3186)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
# ========================================
|
||||
# Base Stage: Debian-based Bun with Node.js 22
|
||||
# ========================================
|
||||
FROM oven/bun:1.3.3-slim AS base
|
||||
FROM oven/bun:1.3.9-slim AS base
|
||||
|
||||
# Install Node.js 22 and common dependencies once in base stage
|
||||
RUN --mount=type=cache,target=/var/cache/apt,sharing=locked \
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user