38893c06 by Adam Heath

s/as/AS/ in FROM lines.

1 parent c1015ddc
......@@ -60,7 +60,7 @@ RUN true && set -x && \
&& \
true
FROM host-base-tools as host-build-tools
FROM host-base-tools AS host-build-tools
COPY --from=helm-remote /srv/helm-linux-amd64.tar.gz /srv/helm-linux-amd64.tar.gz
COPY --from=helm-diff-remote /srv/helm-diff-linux-amd64.tgz /srv/helm-diff-linux-amd64.tgz
COPY --from=helm-git-remote /srv/helm-git.tar.gz /srv/helm-git.tar.gz
......@@ -103,7 +103,7 @@ RUN true && set -x && \
mkdir .ssh && chmod 700 .ssh && \
true
FROM host-base-tools as final-output
FROM host-base-tools AS final-output
COPY --from=host-build-tools /home/tool/ /home/tool/
COPY --from=host-build-tools /usr/local/bin/ /usr/local/bin/
COPY --from=host-build-tools /usr/local/sbin/ /usr/local/sbin/
......