use stable rust

This commit is contained in:
Dmitry Belyaev 2023-08-18 11:21:08 +03:00
parent ebe8970ada
commit 4c2c957472
Signed by: b4tman
GPG Key ID: 41A00BF15EA7E5F3
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM rustlang/rust:nightly-alpine as builder
FROM rust:1-alpine as builder
ENV CARGO_REGISTRIES_CRATES_IO_PROTOCOL sparse