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 76bf9d4 commit 5842272Copy full SHA for 5842272
10.1/Dockerfile
@@ -58,7 +58,7 @@ RUN echo "deb https://repo.percona.com/apt jessie main" > /etc/apt/sources.list.
58
} > /etc/apt/preferences.d/percona
59
60
ENV MARIADB_MAJOR 10.1
61
-ENV MARIADB_VERSION 10.1.21+maria-1~jessie
+ENV MARIADB_VERSION 10.1.22+maria-1~jessie
62
63
RUN echo "deb http://ftp.osuosl.org/pub/mariadb/repo/$MARIADB_MAJOR/debian jessie main" > /etc/apt/sources.list.d/mariadb.list \
64
&& { \
0 commit comments