Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
ARG DOCKER_IMAGE_VERSION=

# Define software versions.
ARG MAKEMKV_VERSION=1.18.2
ARG MAKEMKV_VERSION=1.18.3

# Define software download URLs.
ARG MAKEMKV_OSS_URL=https://www.makemkv.com/download/makemkv-oss-${MAKEMKV_VERSION}.tar.gz
Expand Down Expand Up @@ -94,7 +94,7 @@
true

# Set public environment variables.
ENV \

Check warning on line 97 in Dockerfile

View workflow job for this annotation

GitHub Actions / Build image

Sensitive data should not be used in the ARG or ENV commands

SecretsUsedInArgOrEnv: Do not use ARG or ENV instructions for sensitive data (ENV "MAKEMKV_KEY") More info: https://docs.docker.com/go/dockerfile/rule/secrets-used-in-arg-or-env/
MAKEMKV_KEY=BETA \
MAKEMKV_GUI=1 \
AUTO_DISC_RIPPER=0 \
Expand Down