Update Dockerfile

This commit is contained in:
Face
2025-08-25 14:01:54 +03:00
parent 66c56eab7b
commit 6bddd5d74c

View File

@@ -1,4 +1,4 @@
FROM rust:1.82-alpine AS builder
FROM rustlang/rust:nightly-alpine AS builder
RUN apk add --no-cache \
musl-dev \