Skip to content

Commit

Permalink
Merge chart-main and set correct appVersion
Browse files Browse the repository at this point in the history
  • Loading branch information
JannikBadenhop committed Aug 28, 2024
2 parents 0a202f6 + 534e6df commit f8f0f5e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# 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.11-debian-12-r0 AS build
FROM bitnami/moodle:4.1.12-debian-12-r0
RUN echo "de_DE.UTF-8 UTF-8" >> /etc/locale.gen && locale-gen
USER root
ARG MOODLE_VERSION=${MOODLE_VERSION:-"4.1.11"}

Expand Down
2 changes: 1 addition & 1 deletion charts/dbp-moodle/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: dbp-moodle
description: A Helm chart for dBildungsplattform Moodle including customizations
type: application
version: 1.0.0
appVersion: "4.1.11"
appVersion: "4.1.12"
dependencies:
- name: moodle
version: "22.2.7"
Expand Down

0 comments on commit f8f0f5e

Please sign in to comment.