Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump rust from 1.76-bullseye to 1.77-bullseye in /images/prow-tests #386

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion images/prow-tests/Dockerfile
Expand Up @@ -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
Expand Down