Move arg into from statement
This commit is contained in:
parent
3734036146
commit
9544f0c9b0
|
@ -1,8 +1,8 @@
|
||||||
ARG YTDLP_VERSION=2023.03.04
|
|
||||||
|
|
||||||
# trunk-ignore(hadolint/DL3007): Chainguard recommends latest
|
# trunk-ignore(hadolint/DL3007): Chainguard recommends latest
|
||||||
FROM cgr.dev/chainguard/static:latest
|
FROM cgr.dev/chainguard/static:latest
|
||||||
|
|
||||||
|
ARG YTDLP_VERSION=2023.03.04
|
||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
# Install yt-dlp
|
# Install yt-dlp
|
||||||
|
|
Loading…
Reference in New Issue