Move arg into from statement

This commit is contained in:
Evan Fiordeliso 2023-05-23 21:59:03 -04:00
parent 3734036146
commit 9544f0c9b0
1 changed files with 2 additions and 2 deletions

View File

@ -1,8 +1,8 @@
ARG YTDLP_VERSION=2023.03.04
# trunk-ignore(hadolint/DL3007): Chainguard recommends latest
FROM cgr.dev/chainguard/static:latest
ARG YTDLP_VERSION=2023.03.04
WORKDIR /app
# Install yt-dlp