From e3c2a6334b68316c4785fda7f66cb807e9d6d588 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 5 Jul 2024 04:18:26 +0000 Subject: [PATCH] Update https://github.com/moodle/moodle digest to 9557a52 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 98977fb..79197f2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -42,7 +42,7 @@ USER nobody ARG ARG_MOODLE_GIT_URL='https://github.com/moodle/moodle.git' ARG ARG_MODOLE_GIT_BRANCH='MOODLE_404_STABLE' # renovate: datasource=git-refs depName=https://github.com/moodle/moodle branch=MOODLE_404_STABLE -ARG ARG_MODOLE_GIT_COMMIT='87d7ac1f8159f2b36cd00a9338219a069dcf8c3f' +ARG ARG_MODOLE_GIT_COMMIT='9557a525696b2e7eeef49a95d3eacb7be374a71a' ENV MOODLE_GIT_URL=${ARG_MOODLE_GIT_URL} \ MODOLE_GIT_BRANCH=${ARG_MODOLE_GIT_BRANCH} \ MOODLE_GIT_COMMIT=${ARG_MODOLE_GIT_COMMIT} \