diff --git a/Dockerfile b/Dockerfile index c443b10..dbe6072 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,7 +14,7 @@ RUN bun run build FROM gcr.io/distroless/nodejs22-debian12:nonroot WORKDIR /app -COPY --from=public.ecr.aws/awsguru/aws-lambda-adapter:0.8.3 /lambda-adapter /opt/extensions/lambda-adapter +COPY --from=public.ecr.aws/awsguru/aws-lambda-adapter:0.8.4 /lambda-adapter /opt/extensions/lambda-adapter COPY --from=builder /usr/src/app/public ./public COPY --from=builder /usr/src/app/.next/standalone ./ diff --git a/bun.lockb b/bun.lockb index ff9eaee..c684dc7 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index 0f0436b..81604f1 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "daisyui": "^4.12.10", "postcss": "^8.4.40", "tailwindcss": "^3.4.7", - "typescript": "^5.5.4" + "typescript": "beta" }, "trustedDependencies": ["@biomejs/biome", "sharp"] }