From b152ae5ba823f5039c913d4c2fd695a9e4f67369 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 10 May 2024 03:23:15 +0000 Subject: [PATCH] Update https://github.com/moodle/moodle digest to 477aa7c --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ea448a7..089cdc5 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='f88dbfcafc6c780cff9a092021b80e7abb9768ee' +ARG ARG_MODOLE_GIT_COMMIT='477aa7c75026e07fd1d0d59552eea89a81f3bee0' ENV MOODLE_GIT_URL=${ARG_MOODLE_GIT_URL} \ MODOLE_GIT_BRANCH=${ARG_MODOLE_GIT_BRANCH} \ MOODLE_GIT_COMMIT=${ARG_MODOLE_GIT_COMMIT} \