Skip to content

Commit

Permalink
Merge pull request #8 from byawitz/dependabot/docker/oven/bun-1.0.35-…
Browse files Browse the repository at this point in the history
…debian

dockerfile: bump oven/bun from 1.0.30-debian to 1.0.35-debian
  • Loading branch information
byawitz committed Mar 27, 2024
2 parents 3be6f79 + ff80fd8 commit 7eec844
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 7eec844

Please sign in to comment.