Skip to content

Commit

Permalink
[FIX] lock MariaDB version to 10.1 (webdevops#181)
Browse files Browse the repository at this point in the history
10.2 is not compatible with TYPO3 any more because recursive
is now a reserved keyword (tt_content).

See https://forge.typo3.org/issues/81341
  • Loading branch information
htuscher authored and mblaschke committed Aug 28, 2017
1 parent 5a4c1fb commit b3baf32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/mysql/MariaDB-10.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#
#++++++++++++++++++++++++++++++++++++++

FROM mariadb:10
FROM mariadb:10.1

ADD conf/mysql-docker.cnf /etc/mysql/conf.d/z99-docker.cnf
RUN chown mysql:mysql /etc/mysql/conf.d/z99-docker.cnf \
Expand Down

0 comments on commit b3baf32

Please sign in to comment.