stable-channel

This commit is contained in:
Untone 2024-01-10 16:35:31 +03:00
parent ffe18a89e5
commit 2e28a690e8

View File

@ -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 && \