Skip to content

Commit

Permalink
cherry pick build fix (#24218)
Browse files Browse the repository at this point in the history
Co-authored-by: Lucas Manuel Rodriguez <lucas@fleetdm.com>
  • Loading branch information
lukeheath and lucasmrod authored Nov 27, 2024
1 parent f49d84b commit 963ad26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/fleetctl-docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM rust:latest@sha256:56418f03475cf7b107f87d7fabe99ce9a4a9f9904daafa99be7c50d9

ARG transporter_url=https://itunesconnect.apple.com/WebObjects/iTunesConnect.woa/ra/resources/download/public/Transporter__Linux/bin

RUN cargo install --version 0.16.0 apple-codesign \
RUN cargo install --locked --version 0.16.0 apple-codesign \
&& curl -sSf $transporter_url -o transporter_install.sh \
&& sh transporter_install.sh --target transporter --accept --noexec

Expand Down

0 comments on commit 963ad26

Please sign in to comment.