summaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile5
1 files changed, 1 insertions, 4 deletions
diff --git a/Dockerfile b/Dockerfile
index 774468ed..0c19ef6d 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,7 +1,4 @@
-FROM rust as builder
-
-RUN rustup default nightly
-
+FROM rust:1.51-buster as builder
RUN cargo new --bin atuin
WORKDIR /atuin