Skip to content

Commit 1628f9b

Browse files
committed
Use Rust 1.61 for CI
1 parent 254135e commit 1628f9b

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

.semaphore/Dockerfile

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
FROM rust:1.61.0-slim
2+
3+
# Install SemaphoreCI dependencies
4+
# 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
6+
7+
CMD ["/bin/bash"]

.semaphore/semaphore.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ agent:
77
containers:
88
# Rust 1.56 (2021 edition) is currently not supported in Semaphore
99
- name: main
10-
image: 'saluki/rust-ci:1.57'
10+
image: 'saluki/rust-ci:1.61'
1111
blocks:
1212
- name: Test release
1313
task:

0 commit comments

Comments
 (0)