mirror of
https://github.com/monero-project/monero.git
synced 2025-12-08 16:11:28 +09: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:
parent
3b01c49095
commit
4877537a03
@ -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 && \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user