Skip to content

Commit

Permalink
chore: update rust to 1.81.0
Browse files Browse the repository at this point in the history
  • Loading branch information
invakid404 committed Jan 9, 2025
1 parent 6711a81 commit deadc81
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docker/DockerfileFull
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM ghcr.io/windmill-labs/windmill:dev

COPY --from=rust:1.80.1 /usr/local/cargo /usr/local/cargo
COPY --from=rust:1.80.1 /usr/local/rustup /usr/local/rustup
COPY --from=rust:1.81.0 /usr/local/cargo /usr/local/cargo
COPY --from=rust:1.81.0 /usr/local/rustup /usr/local/rustup

RUN pip3 install ansible

Expand Down
4 changes: 2 additions & 2 deletions docker/DockerfileFullEe
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM ghcr.io/windmill-labs/windmill-ee:dev

COPY --from=rust:1.80.1 /usr/local/cargo /usr/local/cargo
COPY --from=rust:1.80.1 /usr/local/rustup /usr/local/rustup
COPY --from=rust:1.81.0 /usr/local/cargo /usr/local/cargo
COPY --from=rust:1.81.0 /usr/local/rustup /usr/local/rustup

RUN pip3 install ansible

Expand Down

0 comments on commit deadc81

Please sign in to comment.