Skip to content

Commit 19986da

Browse files
authored
Revert "chore: bump Rust toolchain version to 1.85 (#325)" (#367)
This reverts commit 4774a6a.
1 parent e4d855c commit 19986da

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "uptime-checker"
33
version = "25.7.0"
44
edition = "2021"
5-
rust-version = "1.85"
5+
rust-version = "1.80"
66

77
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
88

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
FROM rust:1.85-alpine3.20 AS builder
1+
FROM rust:1.80-alpine3.20 as builder
2+
23

34
# Install system dependencies
45
RUN apk add --no-cache \

Dockerfile.localdev

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
# so you can test your changes without having to rebuild the container.
1212
##
1313

14-
FROM rust:1.85-alpine3.20 as builder
14+
FROM rust:1.80-alpine3.20 as builder
1515

1616
ARG UPTIME_CHECKER_GIT_REVISION
1717
ENV UPTIME_CHECKER_GIT_REVISION=$UPTIME_CHECKER_GIT_REVISION

0 commit comments

Comments
 (0)