Skip to content

Commit

Permalink
fix: bump bun to 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenfiszel committed Aug 24, 2023
1 parent aa490a4 commit 4825519
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ RUN chmod 755 /usr/bin/deno

COPY --from=nsjail /nsjail/nsjail /bin/nsjail

COPY --from=oven/bun:0.7.3 /usr/local/bin/bun /usr/bin/bun
COPY --from=oven/bun:0.8.0 /usr/local/bin/bun /usr/bin/bun

# add the docker client to call docker from a worker if enabled
COPY --from=docker:dind /usr/local/bin/docker /usr/local/bin/
Expand Down

0 comments on commit 4825519

Please sign in to comment.