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 6862851 commit 894dc6dCopy full SHA for 894dc6d
.semaphore/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM rust:1.61.0-slim
+FROM rust:1.64.0-slim
2
3
# Install SemaphoreCI dependencies
4
# https://docs.semaphoreci.com/ci-cd-environment/custom-ci-cd-environment-with-docker/
.semaphore/semaphore.yml
@@ -5,9 +5,9 @@ agent:
5
type: e1-standard-2
6
os_image: ubuntu2004
7
containers:
8
- # Rust 1.56 (2021 edition) is currently not supported in Semaphore
+ # Rust 1.64 (2021 edition) is currently not supported in Semaphore
9
- name: main
10
- image: 'saluki/rust-ci:1.61'
+ image: 'saluki/rust-ci:1.64'
11
blocks:
12
- name: Test release
13
task:
0 commit comments