mirror of
https://github.com/lukstep/raspberry-pi-pico-docker-sdk.git
synced 2025-12-22 18:45:56 +03:00
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:
@@ -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 && \
|
||||
|
||||
Reference in New Issue
Block a user