summaryrefslogtreecommitdiffstats
path: root/mariadb-10.3/build.Dockerfile
diff options
context:
space:
mode:
authorlookshe <github@lookshe.org>2021-03-25 23:24:24 +0100
committerlookshe <github@lookshe.org>2021-03-25 23:24:24 +0100
commitd24457baa02afc52573f3343e2e6f0e699f12e92 (patch)
treef84307cb125204f3d608699456a2428515e23dcc /mariadb-10.3/build.Dockerfile
parent739a832d0a4f5d577fc0baf7790f76ee1ca37c45 (diff)
update mariadb to 10.3.28
Diffstat (limited to 'mariadb-10.3/build.Dockerfile')
-rw-r--r--mariadb-10.3/build.Dockerfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/mariadb-10.3/build.Dockerfile b/mariadb-10.3/build.Dockerfile
index 253fb2d..6fdaae1 100644
--- a/mariadb-10.3/build.Dockerfile
+++ b/mariadb-10.3/build.Dockerfile
@@ -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