mirror of
https://github.com/mediacms-io/mediacms.git
synced 2025-11-06 07:28:53 -05:00
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:
parent
3a8cacc847
commit
5cbd815496
@ -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"]
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user