Minor build warning fix

Minor case change fixes warning message

"WARN: FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 7)"
This commit is contained in:
Chris Routh
2024-11-03 00:15:32 -05:00
committed by Łukasz
parent 8c283d7619
commit f6fd10e14b

View File

@@ -4,7 +4,7 @@ FROM ubuntu:24.10 AS gcc_build
COPY ./install_gcc.sh /home/install_gcc.sh
RUN bash /home/install_gcc.sh
FROM ubuntu:24.10 as sdk_setup
FROM ubuntu:24.10 AS sdk_setup
RUN apt-get update -y && \
apt-get upgrade -y && \