Skip to content

Commit

Permalink
revert moodle version to 4.1.14
Browse files Browse the repository at this point in the history
  • Loading branch information
JannikBadenhop committed Nov 22, 2024
1 parent 5e27e89 commit f3c84c6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions moodle/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# This Dockerfile starts the entrypoint script to evaluate if a new moodle version exists and an update should be started.

# Stage 1: Build stage
FROM bitnami/moodle:4.1.13-debian-12-r0 AS build
FROM bitnami/moodle:4.1.14-debian-12-r0 AS build
USER root
ARG MOODLE_VERSION=${MOODLE_VERSION:-"4.1.13"}
ARG MOODLE_VERSION=${MOODLE_VERSION:-"4.1.14"}

COPY scripts/install/downloadMoodle.sh /downloadMoodle.sh
COPY scripts/install/downloadPlugins.sh /downloadPlugins.sh
Expand Down Expand Up @@ -33,8 +33,8 @@ RUN mkdir /plugins && /downloadPlugins.sh
# RUN /scripts/phpRedisInstall.sh

# Stage 2: Production stage
FROM bitnami/moodle:4.1.13-debian-12-r0
ARG MOODLE_VERSION=${MOODLE_VERSION:-"4.1.13"}
FROM bitnami/moodle:4.1.14-debian-12-r0
ARG MOODLE_VERSION=${MOODLE_VERSION:-"4.1.14"}
ARG DEBUG=${DEBUG:-false}

RUN echo "de_DE.UTF-8 UTF-8" >> /etc/locale.gen && locale-gen
Expand Down

0 comments on commit f3c84c6

Please sign in to comment.