fix: Fix Docker WARN: FromAsCasing (#1196)

Fixes: L27 'as' and 'FROM' keywords' casing do not match

Signed-off-by: Sven-Thorsten Dietrich <thebigcorporation@gmail.com>
This commit is contained in:
Sven-Thorsten Dietrich 2025-02-13 03:57:14 -08:00 committed by GitHub
parent 3a8cacc847
commit 5cbd815496
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -24,7 +24,7 @@ RUN mkdir -p /home/mediacms.io/bento4 && \
rm Bento4-SDK-1-6-0-637.x86_64-unknown-linux.zip rm Bento4-SDK-1-6-0-637.x86_64-unknown-linux.zip
############ RUNTIME IMAGE ############ ############ RUNTIME IMAGE ############
FROM python:3.13-bookworm as runtime-image FROM python:3.13-bookworm AS runtime_image
SHELL ["/bin/bash", "-c"] SHELL ["/bin/bash", "-c"]