Fix casing in Dockerfile
This commit is contained in:
parent
5601481929
commit
663869447f
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 && \
|
||||
apt update && \
|
||||
|
|
|
|||
Loading…
Reference in a new issue