diff --git a/images/prow-tests/Dockerfile b/images/prow-tests/Dockerfile index fde7e854d..601d57152 100644 --- a/images/prow-tests/Dockerfile +++ b/images/prow-tests/Dockerfile @@ -246,7 +246,7 @@ RUN git clone https://github.com/kubernetes/kops /tmp/kops && cd /tmp/kops/tests go install . ############################################################ -FROM rust:1.73-bullseye AS external-rust-gets +FROM rust:1.74-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