summaryrefslogtreecommitdiffstats
path: root/mariadb-10.3/build.Dockerfile
diff options
context:
space:
mode:
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