Skip to content

Commit ebdeb10

Browse files
committed
Release 0.13.2 with upgrades and typo
1 parent 206d03c commit ebdeb10

File tree

5 files changed

+126
-210
lines changed

5 files changed

+126
-210
lines changed

.semaphore/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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

77
CMD ["/bin/bash"]

.semaphore/semaphore.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ agent:
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'
1111
blocks:
1212
- name: Test release
1313
task:

0 commit comments

Comments
 (0)