Skip to content

Commit 710185e

Browse files
authored
Merge pull request #14 from EEWBot/renovate/rust-1.x
2 parents 54a1a3e + 6c81e75 commit 710185e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM rust:1.86.0-bookworm AS build-env
1+
FROM rust:1.87.0-bookworm AS build-env
22
LABEL maintainer="yanorei32"
33

44
SHELL ["/bin/bash", "-o", "pipefail", "-c"]

rust-toolchain

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
[toolchain]
2-
channel = "1.86.0"
2+
channel = "1.87.0"

0 commit comments

Comments
 (0)