Skip to content

Commit 666a2ba

Browse files
authored
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 666a2ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
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)