We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a83a86 commit 29d70d5Copy full SHA for 29d70d5
3 files changed
Cargo.toml
@@ -2,7 +2,7 @@
2
name = "uptime-checker"
3
version = "25.7.0"
4
edition = "2021"
5
-rust-version = "1.80"
+rust-version = "1.85"
6
7
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
8
Dockerfile
@@ -1,5 +1,4 @@
1
-FROM rust:1.80-alpine3.20 as builder
-
+FROM rust:1.85-alpine3.20 AS builder
# Install system dependencies
RUN apk add --no-cache \
Dockerfile.localdev
@@ -11,7 +11,7 @@
11
# so you can test your changes without having to rebuild the container.
12
##
13
14
+FROM rust:1.85-alpine3.20 as builder
15
16
ARG UPTIME_CHECKER_GIT_REVISION
17
ENV UPTIME_CHECKER_GIT_REVISION=$UPTIME_CHECKER_GIT_REVISION
0 commit comments