summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOrhun Parmaksız <orhunparmaksiz@gmail.com>2024-04-12 01:06:02 +0300
committerOrhun Parmaksız <orhunparmaksiz@gmail.com>2024-04-12 01:06:02 +0300
commit404a67f6a519be99617115d2bd0cd881c314e15a (patch)
tree114f801b713f2094a358ed268a85ab36ede8df89
parentff25fa1620359a0340f8a245976929035e803bcd (diff)
chore: Bump the Rust version in Dockerfile
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 02cdab8..b53485f 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -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 \