Skip to content

Commit

Permalink
update bun to 1.1.26 and deno to 1.46.3
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenfiszel committed Sep 6, 2024
1 parent 112dd05 commit dbfee03
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 @@ -170,7 +170,7 @@ RUN /usr/local/bin/python3 -m pip install pip-tools
COPY --from=builder /frontend/build /static_frontend
COPY --from=builder /windmill/target/release/windmill ${APP}/windmill

COPY --from=denoland/deno:1.46.1 --chmod=755 /usr/bin/deno /usr/bin/deno
COPY --from=denoland/deno:1.46.3 --chmod=755 /usr/bin/deno /usr/bin/deno

COPY --from=oven/bun:1.1.25 /usr/local/bin/bun /usr/bin/bun

Expand Down

0 comments on commit dbfee03

Please sign in to comment.