Fix casing in Dockerfile

This commit is contained in:
Tobias Reisinger 2026-09-02 20:46:00 +02:00
commit 663869447f
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE

View file

@ -1,4 +1,4 @@
FROM rust:1 as builder FROM rust:1 AS builder
RUN rustup target add x86_64-unknown-linux-musl && \ RUN rustup target add x86_64-unknown-linux-musl && \
apt update && \ apt update && \