Skip to content

Commit

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

dockerfile: Bump oven/bun from 1.1.2-debian to 1.1.3-debian
  • Loading branch information
byawitz authored Apr 15, 2024
2 parents 4efa6e3 + e71e55e commit 7a3d13f
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.2-debian as backendBuild
FROM oven/bun:1.1.3-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.2-debian
FROM oven/bun:1.1.3-debian

RUN mkdir -p /usr/server/app

Expand Down

0 comments on commit 7a3d13f

Please sign in to comment.