File tree Expand file tree Collapse file tree 5 files changed +126
-210
lines changed Expand file tree Collapse file tree 5 files changed +126
-210
lines changed Original file line number Diff line number Diff line change 1- FROM rust:1.64 .0-slim
1+ FROM rust:1.75 .0-slim
22
33# Install SemaphoreCI dependencies
44# https://docs.semaphoreci.com/ci-cd-environment/custom-ci-cd-environment-with-docker/
5- RUN apt-get update && apt-get install -y curl git openssh-client
5+ RUN apt-get update && apt-get install -y curl git openssh-client libssl-dev
66
77CMD ["/bin/bash" ]
Original file line number Diff line number Diff line change 55 type : e1-standard-2
66 os_image : ubuntu2004
77 containers :
8- # Rust 1.64 (2021 edition) is currently not supported in Semaphore
8+ # Rust 1.75 (2021 edition) is currently not supported in Semaphore
99 - name : main
10- image : ' saluki/rust-ci:1.64 '
10+ image : ' saluki/rust-ci:1.75 '
1111blocks :
1212 - name : Test release
1313 task :
You can’t perform that action at this time.
0 commit comments