Skip to content

Commit

Permalink
Merge pull request #459 from Marukome0743/pr459
Browse files Browse the repository at this point in the history
🆙bump: version up dependencies
  • Loading branch information
Marukome0743 authored Jul 29, 2024
2 parents 2b0d4ff + f332204 commit b6f2ec9
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 ./
Expand Down
Binary file modified bun.lockb
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
}

0 comments on commit b6f2ec9

Please sign in to comment.