We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c0bd84 commit 1521bf6Copy full SHA for 1521bf6
Dockerfile
@@ -11,7 +11,7 @@ RUN apt-get update
11
RUN apt-get install lsb-release -y
12
RUN apt-get -y install apt-utils
13
14
-RUN cd /tmp && curl -OL https://dev.mysql.com/get/mysql-apt-config_0.8.25-1_all.deb && dpkg -i mysql-apt-config* && rm -f /tmp/*.deb
+RUN cd /tmp && curl -OL https://dev.mysql.com/get/mysql-apt-config_0.8.29-1_all.deb && dpkg -i mysql-apt-config* && rm -f /tmp/*.deb
15
RUN apt-get -y update
16
RUN apt-get install mysql-apt-config
17
0 commit comments