Skip to content

Commit

Permalink
build(deps): bump oven/bun from 1.0.15-alpine to 1.0.18-alpine
Browse files Browse the repository at this point in the history
Bumps oven/bun from 1.0.15-alpine to 1.0.18-alpine.

---
updated-dependencies:
- dependency-name: oven/bun
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 17, 2023
1 parent e0a5137 commit f7587f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
FROM oven/bun:1.0.15-alpine as builder
FROM oven/bun:1.0.18-alpine as builder
WORKDIR /app
COPY package.json .
COPY bun.lockb .
RUN bun i
COPY . .
RUN bun build ./src/index.ts --target bun --outdir ./build

FROM oven/bun:1.0.15-alpine
FROM oven/bun:1.0.18-alpine
WORKDIR /app
COPY --from=builder /app/build/index.js /app/index.js
COPY --from=builder /app/package.json /app/package.json
Expand Down

0 comments on commit f7587f4

Please sign in to comment.