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