Skip to content

Commit 29d70d5

Browse files
Reapply "chore: bump Rust toolchain version to 1.85 (#325)" (#367) (#368)
This reverts commit 19986da. This also doesn't appear to be the problem causing deploys to fail
1 parent 2a83a86 commit 29d70d5

3 files changed

Lines changed: 3 additions & 4 deletions

File tree

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.80"
5+
rust-version = "1.85"
66

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

Dockerfile

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

43
# Install system dependencies
54
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.80-alpine3.20 as builder
14+
FROM rust:1.85-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)