diff --git a/images/prow-tests/Dockerfile b/images/prow-tests/Dockerfile index 63ccbaa62..2ab4ea47e 100644 --- a/images/prow-tests/Dockerfile +++ b/images/prow-tests/Dockerfile @@ -243,7 +243,7 @@ RUN git clone https://github.com/kubernetes/kops /tmp/kops && cd /tmp/kops/tests go install . ############################################################ -FROM rust:1.79-bullseye AS external-rust-gets +FROM rust:1.80-bullseye AS external-rust-gets ARG CODESIGN_VERSION=0.22.0 # change this when a new version with https://github.com/indygreg/apple-platform-rs/pull/20 is cut