Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update https://github.com/moodle/moodle digest to 71f5b52 #434

Merged
merged 1 commit into from
Jan 9, 2025
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 @@ -42,8 +42,8 @@
ARG ARG_MOODLE_GIT_URL='https://github.com/moodle/moodle.git'
ARG ARG_MODOLE_GIT_BRANCH='MOODLE_405_STABLE'
# renovate: datasource=git-refs depName=https://github.com/moodle/moodle branch=MOODLE_405_STABLE
ARG ARG_MODOLE_GIT_COMMIT='c58bc49a07b9d7201bc012445e10282bcd481bc8'
ARG ARG_MODOLE_GIT_COMMIT='71f5b521e9571a057ea4d17221c985624331bd8a'
ENV MOODLE_GIT_URL=${ARG_MOODLE_GIT_URL} \

Check warning on line 46 in Dockerfile

View workflow job for this annotation

GitHub Actions / build-and-test-pr

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

SecretsUsedInArgOrEnv: Do not use ARG or ENV instructions for sensitive data (ENV "SMTP_PASSWORD") More info: https://docs.docker.com/go/dockerfile/rule/secrets-used-in-arg-or-env/

Check warning on line 46 in Dockerfile

View workflow job for this annotation

GitHub Actions / build-and-test-pr

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

SecretsUsedInArgOrEnv: Do not use ARG or ENV instructions for sensitive data (ENV "MOODLE_PASSWORD") More info: https://docs.docker.com/go/dockerfile/rule/secrets-used-in-arg-or-env/
MODOLE_GIT_BRANCH=${ARG_MODOLE_GIT_BRANCH} \
MOODLE_GIT_COMMIT=${ARG_MODOLE_GIT_COMMIT} \
LANG=en_US.UTF-8 \
Expand Down
Loading