diff --git a/cloud/Dockerfile b/cloud/Dockerfile index caa6e94453..33f0f230ad 100644 --- a/cloud/Dockerfile +++ b/cloud/Dockerfile @@ -1,5 +1,5 @@ # Build stage -FROM oven/bun:1.3.11 AS builder +FROM oven/bun:1.3.14 AS builder WORKDIR /usr/src # Copy source files @@ -15,7 +15,7 @@ COPY ./tsconfig.docker.json ./tsconfig.json # RUN bun run build # Final stage -FROM oven/bun:1.3.11 AS release +FROM oven/bun:1.3.14 AS release WORKDIR /usr/src # Copy built files from builder stage diff --git a/storage/framework/Dockerfile b/storage/framework/Dockerfile index 9290c10274..4a8d1c438b 100644 --- a/storage/framework/Dockerfile +++ b/storage/framework/Dockerfile @@ -1,6 +1,6 @@ # Generated by `pantry container:generate` — native, depless container support. # Build with: pantry build -t . (no Docker daemon required) -FROM oven/bun:1.3.10 AS base +FROM oven/bun:1.3.14 AS base WORKDIR /app # Bring in the source (filtered by .freezer) and install deps in-image so