mirror of
https://github.com/monero-project/monero.git
synced 2025-12-09 00:21: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
|
# Multistage docker build, requires docker 17.05
|
||||||
|
|
||||||
# builder stage
|
# builder stage
|
||||||
FROM ubuntu:20.04 as builder
|
FROM ubuntu:20.04 AS builder
|
||||||
|
|
||||||
RUN set -ex && \
|
RUN set -ex && \
|
||||||
apt-get update && \
|
apt-get update && \
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user