Skip to content

Commit 5052350

Browse files
committed
fix: docker build failing
1 parent b1e066e commit 5052350

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM rust:1.70 as builder
1+
FROM rust:1.75 as builder
22
WORKDIR /usr/src/sexurity
33

44
COPY . .

Diff for: src/sexurity-discord/src/subscriptions/reputation.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ fn build_embed_data(diff: Vec<models::RepData>, handle: &str) -> Option<Embed> {
162162
let breakdown = breakdown.to_string();
163163
if breakdown.len() > 0 {
164164
if footer.len() > 0 {
165-
footer += "| "
165+
footer += " "
166166
};
167167

168168
footer += &breakdown;

0 commit comments

Comments
 (0)