summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOrhun Parmaksız <orhunparmaksiz@gmail.com>2023-02-11 22:34:03 +0300
committerOrhun Parmaksız <orhunparmaksiz@gmail.com>2023-02-11 22:34:03 +0300
commitee35e9170ca390a03ad62fdce65944a74a085795 (patch)
treebc6d51d46d39fe07c13999d43a730cbd3e8d9c37
parent0aea7d6a35a752705fcbdabaf2fb4984f666292d (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 fcbaf30..1e5e3ca 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,4 +1,4 @@
-FROM rust:1.66.1-slim-bullseye as builder
+FROM rust:1.67.1-slim-bullseye as builder
RUN apt-get update && \
apt-get install -y --no-install-recommends \
--allow-unauthenticated \