We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82e82c5 commit b475211Copy full SHA for b475211
10.1/Dockerfile
@@ -24,7 +24,7 @@ RUN echo "deb http://repo.percona.com/apt jessie main" > /etc/apt/sources.list.d
24
} > /etc/apt/preferences.d/percona
25
26
ENV MARIADB_MAJOR 10.1
27
-ENV MARIADB_VERSION 10.1.13+maria-1~jessie
+ENV MARIADB_VERSION 10.1.14+maria-1~jessie
28
29
RUN echo "deb http://ftp.osuosl.org/pub/mariadb/repo/$MARIADB_MAJOR/debian jessie main" > /etc/apt/sources.list.d/mariadb.list \
30
&& { \
0 commit comments