From 2e28a690e89133247efb0bc70307956680b05995 Mon Sep 17 00:00:00 2001 From: Untone Date: Wed, 10 Jan 2024 16:35:31 +0300 Subject: [PATCH] stable-channel --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 && \