Skip to content

Commit f6fd10e

Browse files
routhcrlukstep
authored andcommitted
Minor build warning fix
Minor case change fixes warning message "WARN: FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 7)"
1 parent 8c283d7 commit f6fd10e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ FROM ubuntu:24.10 AS gcc_build
44
COPY ./install_gcc.sh /home/install_gcc.sh
55
RUN bash /home/install_gcc.sh
66

7-
FROM ubuntu:24.10 as sdk_setup
7+
FROM ubuntu:24.10 AS sdk_setup
88

99
RUN apt-get update -y && \
1010
apt-get upgrade -y && \

0 commit comments

Comments
 (0)