Fix Dockerfile syntax: capitalize 'AS' in build stage definition
This commit is contained in:
parent
ec0900064b
commit
5d3df5a9aa
@ -1,7 +1,7 @@
|
||||
#####################################################################
|
||||
# Build Stage #
|
||||
#####################################################################
|
||||
FROM hugomods/hugo:exts as builder
|
||||
FROM hugomods/hugo:exts AS builder
|
||||
# Base URL
|
||||
ARG HUGO_BASEURL=
|
||||
ENV HUGO_BASEURL=${HUGO_BASEURL}
|
||||
|
Loading…
x
Reference in New Issue
Block a user