Skip to content

Commit

Permalink
revert version
Browse files Browse the repository at this point in the history
  • Loading branch information
rauljordan committed Dec 12, 2024
1 parent aa15619 commit 1c0d27f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG BUILD_PLATFORM=linux/amd64
ARG RUST_VERSION=1.81
ARG RUST_VERSION=1.80
FROM --platform=${BUILD_PLATFORM} rust:${RUST_VERSION} AS builder

RUN rustup target add x86_64-unknown-linux-gnu
Expand Down
2 changes: 1 addition & 1 deletion rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[toolchain]
channel = "1.81.0"
channel = "1.80.0"

0 comments on commit 1c0d27f

Please sign in to comment.