Fix casing in Dockerfile
Some checks failed
check / stable / fmt (push) Successful in 22s
check / beta / clippy (push) Failing after 56s
check / stable / clippy (push) Failing after 48s
check / semver (push) Failing after 5m45s
check / nightly / doc (push) Successful in 2m18s
check / ubuntu / stable / features (push) Successful in 2m25s
check / ubuntu / 1.79.0 (push) Failing after 27s

This commit is contained in:
2025-09-04 11:33:59 -05:00
parent 6009dae6d8
commit 0c8d39d483

View File

@@ -1,4 +1,4 @@
FROM rust:1.89 as builder
FROM rust:1.89 AS builder
RUN apt-get update
RUN apt-get install -y --no-install-recommends libasound2-dev libudev-dev