update mariadb to 10.3.28

This commit is contained in:
lookshe 2021-03-25 23:24:24 +01:00
parent 739a832d0a
commit d24457baa0
49 changed files with 2 additions and 1 deletions

View file

@ -11,7 +11,8 @@ RUN apt-get update \
&& apt-get build-dep -y mariadb-server-10.3
RUN git clone https://github.com/MariaDB/server.git
RUN cd server \
&& git checkout mariadb-10.3.27
&& git fetch \
&& git checkout mariadb-10.4.18
RUN apt-get update \
&& apt-get install -y \
dh-exec