File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 22name = " uptime-checker"
33version = " 25.7.0"
44edition = " 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
Original file line number Diff line number Diff line change 1- FROM rust:1.85-alpine3.20 AS builder
1+ FROM rust:1.80-alpine3.20 as builder
2+
23
34# Install system dependencies
45RUN apk add --no-cache \
Original file line number Diff line number Diff line change 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
1616ARG UPTIME_CHECKER_GIT_REVISION
1717ENV UPTIME_CHECKER_GIT_REVISION=$UPTIME_CHECKER_GIT_REVISION
You can’t perform that action at this time.
0 commit comments