Fix casing in Dockerfile
This commit is contained in:
parent
f00c4bb97d
commit
2367874232
1 changed files with 1 additions and 1 deletions
|
|
@ -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 && \
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue