Skip to content

Commit

Permalink
Update default mariadb version
Browse files Browse the repository at this point in the history
  • Loading branch information
Szpadel committed Apr 15, 2024
1 parent 45ab811 commit 0984541
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ RUN rpm --import https://artifacts.elastic.co/GPG-KEY-elasticsearch \
ARG MYSQL_FLAVOR="mariadb"
ENV MYSQL_FLAVOR="${MYSQL_FLAVOR}"

ARG MARIADB_VERSION="10.8"
ARG MARIADB_VERSION="11.4"
ENV MARIADB_VERSION="${MARIADB_VERSION}"

ARG MYSQL_VERSION=""
Expand Down

0 comments on commit 0984541

Please sign in to comment.