Skip to content

Commit

Permalink
dockerfile: Bump oven/bun from 1.1.7-debian to 1.1.20-debian
Browse files Browse the repository at this point in the history
Bumps oven/bun from 1.1.7-debian to 1.1.20-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] authored Jul 15, 2024
1 parent ea67b4c commit f93b46b
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.1.7-debian as backendBuild
FROM oven/bun:1.1.20-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.1.7-debian
FROM oven/bun:1.1.20-debian

RUN mkdir -p /usr/server/app

Expand Down

0 comments on commit f93b46b

Please sign in to comment.