diff --git a/Dockerfile b/Dockerfile index b0316de..e7c9dbd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM rustlang/rust:nightly-slim as build +FROM rustlang/rust as build # had to add this for open-ssl RUN apt-get update -y && \