From 6892a0ded50ce4d34814dcc2fcff0423bb7dd8d1 Mon Sep 17 00:00:00 2001 From: jr-k Date: Sun, 4 Aug 2024 19:20:58 +0200 Subject: [PATCH] update dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index bd970d8..72e738c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,7 @@ RUN apk add --no-cache gcc musl-dev sqlite-dev ntfs-3g ffmpeg build-base linux-h RUN apk add --no-cache curl \ && curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y \ && source $HOME/.cargo/env \ - && rustup default stable \ + && rustup default stable WORKDIR /app