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 f202ba1 commit 1d69a91Copy full SHA for 1d69a91
10.0/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.0
62
-ENV MARIADB_VERSION 10.0.32+maria-1~jessie
+ENV MARIADB_VERSION 10.0.33+maria-1~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