We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 254135e commit 1628f9bCopy full SHA for 1628f9b
.semaphore/Dockerfile
@@ -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
@@ -7,7 +7,7 @@ agent:
containers:
8
# Rust 1.56 (2021 edition) is currently not supported in Semaphore
9
- name: main
10
- image: 'saluki/rust-ci:1.57'
+ image: 'saluki/rust-ci:1.61'
11
blocks:
12
- name: Test release
13
task:
0 commit comments