Skip to content

Commit

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

dockerfile: Bump oven/bun from 1.1.6-debian to 1.1.7-debian
  • Loading branch information
byawitz authored May 6, 2024
2 parents e9f3b1b + b430461 commit abd2eb9
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.6-debian as backendBuild
FROM oven/bun:1.1.7-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.6-debian
FROM oven/bun:1.1.7-debian

RUN mkdir -p /usr/server/app

Expand Down

0 comments on commit abd2eb9

Please sign in to comment.