Skip to content

Commit

Permalink
fix: revert bun to 1.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenfiszel committed May 24, 2024
1 parent 141ae06 commit ba9cdb1
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 @@ -171,7 +171,7 @@ COPY --from=builder /windmill/target/release/windmill ${APP}/windmill

COPY --from=downloader --chmod=755 /deno /usr/bin/deno

COPY --from=oven/bun:1.1.9 /usr/local/bin/bun /usr/bin/bun
COPY --from=oven/bun:1.1.8 /usr/local/bin/bun /usr/bin/bun

COPY --from=php:8.3.7-cli /usr/local/bin/php /usr/bin/php
COPY --from=composer:2.7.6 /usr/bin/composer /usr/bin/composer
Expand Down

0 comments on commit ba9cdb1

Please sign in to comment.