diff --git a/images/prow-tests/Dockerfile b/images/prow-tests/Dockerfile index d34fe2bbf..359fe0d93 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.78-bullseye AS external-rust-gets +FROM rust:1.79-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