Skip to content

Commit

Permalink
dockerfile: bump oven/bun from 1.0.30-debian to 1.0.35-debian
Browse files Browse the repository at this point in the history
Bumps oven/bun from 1.0.30-debian to 1.0.35-debian.

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Mar 27, 2024
1 parent 9ac2974 commit 80a0924
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
Expand Up @@ -11,7 +11,7 @@ RUN npm ci

RUN npm run build

FROM oven/bun:1.0.30-debian as backendBuild
FROM oven/bun:1.0.35-debian as backendBuild

RUN mkdir -p /tmp/backend

Expand All @@ -22,7 +22,7 @@ COPY apps/models /tmp/models

RUN bun install

FROM oven/bun:1.0.32-debian
FROM oven/bun:1.0.35-debian

RUN mkdir -p /usr/server/app

Expand Down

0 comments on commit 80a0924

Please sign in to comment.