diff --git a/frontend/Dockerfile b/frontend/Dockerfile index 2bf0247..15a0e82 100644 --- a/frontend/Dockerfile +++ b/frontend/Dockerfile @@ -35,7 +35,7 @@ RUN echo "Verifying build output..." && \ echo "✅ Build verification passed" # Production stage - runtime with Bun -FROM oven/bun:1.1.34-alpine AS runtime +FROM oven/bun:1.2.20-alpine AS runtime # Set working directory WORKDIR /app diff --git a/frontend/Dockerfile.local b/frontend/Dockerfile.local index f01f07e..fb5cc26 100644 --- a/frontend/Dockerfile.local +++ b/frontend/Dockerfile.local @@ -1,7 +1,7 @@ # Local development Dockerfile # Fast local development with Bun - no build step, direct dev server # Usage: docker build -f Dockerfile.local -t frontend-dev . -FROM oven/bun:1.1.34-alpine +FROM oven/bun:1.2.20-alpine WORKDIR /app