diff --git a/images/prow-tests/Dockerfile b/images/prow-tests/Dockerfile index ea939a371..8c5d2c846 100644 --- a/images/prow-tests/Dockerfile +++ b/images/prow-tests/Dockerfile @@ -241,7 +241,7 @@ RUN git clone https://github.com/kubernetes/kops /tmp/kops && cd /tmp/kops/tests go install . ############################################################ -FROM rust:1.76-bullseye AS external-rust-gets +FROM rust:1.77-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