Skip to content

Commit

Permalink
chore: Bump the Rust version in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
orhun committed Apr 11, 2024
1 parent ff25fa1 commit 404a67f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Builder
FROM rust:1.70.0-slim-buster as builder
FROM rust:1.77.2-slim-buster as builder
RUN apt-get update && \
apt-get install -y --no-install-recommends \
--allow-unauthenticated \
Expand Down

0 comments on commit 404a67f

Please sign in to comment.