Skip to content

Commit

Permalink
chore: update to rust 1.77.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ngutech21 committed Apr 10, 2024
1 parent cfd6adc commit 001046c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# build backend
FROM rust:1.77.0-slim-bullseye as rust-builder
FROM rust:1.77.1-slim-bullseye as rust-builder
RUN apt update && apt install -y make clang pkg-config protobuf-compiler

WORKDIR /rust-app
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.alpine
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# build backend
FROM rust:1.77.0-slim-bullseye as rust-builder
FROM rust:1.77.1-slim-bullseye as rust-builder
RUN apt update && apt install -y musl-tools musl-dev make clang pkg-config protobuf-compiler
RUN update-ca-certificates
RUN rustup target add x86_64-unknown-linux-musl
Expand Down
2 changes: 1 addition & 1 deletion rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[toolchain]
channel = "1.77.0"
channel = "1.77.1"
components = ["clippy", "rustfmt"]

0 comments on commit 001046c

Please sign in to comment.