mirror of
https://github.com/monero-project/monero.git
synced 2025-05-02 08:36:08 -04: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 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue