mirror of
https://github.com/monero-project/monero.git
synced 2025-12-07 05:10:53 -08:00
fix inconsistent casing in Dockerfile
Switch from lower case "as" to upper case "AS" to be consistent with the other keywords.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
# Multistage docker build, requires docker 17.05
|
||||
|
||||
# builder stage
|
||||
FROM ubuntu:20.04 as builder
|
||||
FROM ubuntu:20.04 AS builder
|
||||
|
||||
RUN set -ex && \
|
||||
apt-get update && \
|
||||
|
||||
Reference in New Issue
Block a user